Deprecated List

Global eina_error_log_level_set
use eina_log_level_set() instead.

Global EINA_ERROR_PDBG

use EINA_LOG_DBG() instead.

Print the error message described with the formatted string fmt using the current print callback, file function and line, with the error level EINA_ERROR_LEVEL_DBG.

Global EINA_ERROR_PERR

use EINA_LOG_ERR() instead.

Print the error message described with the formatted string fmt using the current print callback, file function and line, with the error level EINA_ERROR_LEVEL_ERR.

Global EINA_ERROR_PINFO

use EINA_LOG_INFO() instead.

Print the error message described with the formatted string fmt using the current print callback, file function and line, with the error level EINA_ERROR_LEVEL_INFO.

Global eina_error_print
use eina_log_print() instead.

Global EINA_ERROR_PWARN

use EINA_LOG_WARN() instead.

Print the error message described with the formatted string fmt using the current print callback, file function and line, with the error level EINA_ERROR_LEVEL_WARN.

Global eina_error_vprint
use eina_log_vprint() instead.