Searched refs:embb_log_write_internal (Results 1 – 5 of 5) sorted by relevance
/dports/devel/embb/embb-1.0.0/base_cpp/src/ |
H A D | log.cc | 55 embb_log_write_internal(channel, log_level, message, argp); in Write() 66 embb_log_write_internal(channel, EMBB_LOG_LEVEL_TRACE, message, argp); in Trace() 81 embb_log_write_internal(channel, EMBB_LOG_LEVEL_INFO, message, argp); in Info() 95 embb_log_write_internal(channel, EMBB_LOG_LEVEL_WARNING, message, argp); in Warning() 105 embb_log_write_internal(channel, EMBB_LOG_LEVEL_ERROR, message, argp); in Error()
|
/dports/devel/embb/embb-1.0.0/base_c/src/ |
H A D | log.c | 65 void embb_log_write_internal( in embb_log_write_internal() function 131 embb_log_write_internal(channel, log_level, message, argp); in embb_log_write() 142 embb_log_write_internal(channel, EMBB_LOG_LEVEL_TRACE, message, argp); in embb_log_trace() 152 embb_log_write_internal(channel, EMBB_LOG_LEVEL_INFO, message, argp); in embb_log_info() 181 embb_log_write_internal(channel, EMBB_LOG_LEVEL_WARNING, message, argp); in embb_log_warning() 191 embb_log_write_internal(channel, EMBB_LOG_LEVEL_ERROR, message, argp); in embb_log_error()
|
H A D | exports_32.def | 86 embb_log_write_internal
|
H A D | exports_64.def | 86 embb_log_write_internal
|
/dports/devel/embb/embb-1.0.0/base_c/include/embb/base/c/ |
H A D | log.h | 203 void embb_log_write_internal(
|