Go to the source code of this file.
Defines | |
#define | MLOGGING_FMT_DEBUG(streamname,...) (void)0 |
#define | MLOGGING_FMT_DEBUG_C(streamname, classname,...) (void)0 |
#define | MLOGGING_FMT_DEBUG_CO(streamname, classname, objectname,...) (void)0 |
#define | MLOGGING_FMT_ERROR(streamname,...) MLOGGING_FMT_LOG(streamname, ::icl_core::logging::eLL_ERROR, __VA_ARGS__) |
#define | MLOGGING_FMT_ERROR_C(streamname, classname,...) MLOGGING_FMT_LOG_C(streamname, ::icl_core::logging::eLL_ERROR, classname, __VA_ARGS__) |
#define | MLOGGING_FMT_ERROR_CO(streamname, classname, objectname,...) MLOGGING_FMT_LOG_COF(streamname, ::icl_core::logging::eLL_ERROR, classname, objectname, function, __VA_ARGS__) |
#define | MLOGGING_FMT_INFO(streamname,...) MLOGGING_FMT_LOG(streamname, ::icl_core::logging::eLL_INFO, __VA_ARGS__) |
#define | MLOGGING_FMT_INFO_C(streamname, classname,...) MLOGGING_FMT_LOG_C(streamname, ::icl_core::logging::eLL_INFO, classname, __VA_ARGS__) |
#define | MLOGGING_FMT_INFO_CO(streamname, classname, objectname,...) MLOGGING_FMT_LOG_COF(streamname, ::icl_core::logging::eLL_INFO, classname, objectname, function, __VA_ARGS__) |
#define | MLOGGING_FMT_LOG(streamname, level,...) MLOGGING_FMT_LOG_FLCO(streamname, level, __FILE__, __LINE__, "", "", __VA_ARGS__) |
#define | MLOGGING_FMT_LOG_C(streamname, level, classname,...) MLOGGING_FMT_LOG_FLCO(streamname, level, __FILE__, __LINE__, #classname, "", __VA_ARGS__) |
#define | MLOGGING_FMT_LOG_COF(streamname, level, classname, objectname, function,...) MLOGGING_FMT_LOG_FLCO(streamname, level, __FILE__, __LINE__, #classname, objectname, __VA_ARGS__) |
#define | MLOGGING_FMT_LOG_FLCO(streamname, level, filename, line, classname, objectname,...) |
#define | MLOGGING_FMT_TRACE(streamname,...) (void)0 |
#define | MLOGGING_FMT_TRACE_C(streamname, classname,...) (void)0 |
#define | MLOGGING_FMT_TRACE_CO(streamname, classname, objectname,...) (void)0 |
#define | MLOGGING_FMT_WARNING(streamname,...) MLOGGING_FMT_LOG(streamname, ::icl_core::logging::eLL_WARNING, __VA_ARGS__) |
#define | MLOGGING_FMT_WARNING_C(streamname, classname,...) MLOGGING_FMT_LOG_C(streamname, ::icl_core::logging::eLL_WARNING, classname, __VA_ARGS__) |
#define | MLOGGING_FMT_WARNING_CO(streamname, classname, objectname,...) MLOGGING_FMT_LOG_COF(streamname, ::icl_core::logging::eLL_WARNING, classname, objectname, function, __VA_ARGS__) |
Definition in file LoggingMacros_MLOGGING_FMT.h.
#define MLOGGING_FMT_DEBUG | ( | streamname, | |
... | |||
) | (void)0 |
Definition at line 48 of file LoggingMacros_MLOGGING_FMT.h.
#define MLOGGING_FMT_DEBUG_C | ( | streamname, | |
classname, | |||
... | |||
) | (void)0 |
Definition at line 60 of file LoggingMacros_MLOGGING_FMT.h.
#define MLOGGING_FMT_DEBUG_CO | ( | streamname, | |
classname, | |||
objectname, | |||
... | |||
) | (void)0 |
Definition at line 72 of file LoggingMacros_MLOGGING_FMT.h.
#define MLOGGING_FMT_ERROR | ( | streamname, | |
... | |||
) | MLOGGING_FMT_LOG(streamname, ::icl_core::logging::eLL_ERROR, __VA_ARGS__) |
Definition at line 41 of file LoggingMacros_MLOGGING_FMT.h.
#define MLOGGING_FMT_ERROR_C | ( | streamname, | |
classname, | |||
... | |||
) | MLOGGING_FMT_LOG_C(streamname, ::icl_core::logging::eLL_ERROR, classname, __VA_ARGS__) |
Definition at line 53 of file LoggingMacros_MLOGGING_FMT.h.
#define MLOGGING_FMT_ERROR_CO | ( | streamname, | |
classname, | |||
objectname, | |||
... | |||
) | MLOGGING_FMT_LOG_COF(streamname, ::icl_core::logging::eLL_ERROR, classname, objectname, function, __VA_ARGS__) |
Definition at line 65 of file LoggingMacros_MLOGGING_FMT.h.
#define MLOGGING_FMT_INFO | ( | streamname, | |
... | |||
) | MLOGGING_FMT_LOG(streamname, ::icl_core::logging::eLL_INFO, __VA_ARGS__) |
Definition at line 43 of file LoggingMacros_MLOGGING_FMT.h.
#define MLOGGING_FMT_INFO_C | ( | streamname, | |
classname, | |||
... | |||
) | MLOGGING_FMT_LOG_C(streamname, ::icl_core::logging::eLL_INFO, classname, __VA_ARGS__) |
Definition at line 55 of file LoggingMacros_MLOGGING_FMT.h.
#define MLOGGING_FMT_INFO_CO | ( | streamname, | |
classname, | |||
objectname, | |||
... | |||
) | MLOGGING_FMT_LOG_COF(streamname, ::icl_core::logging::eLL_INFO, classname, objectname, function, __VA_ARGS__) |
Definition at line 67 of file LoggingMacros_MLOGGING_FMT.h.
#define MLOGGING_FMT_LOG | ( | streamname, | |
level, | |||
... | |||
) | MLOGGING_FMT_LOG_FLCO(streamname, level, __FILE__, __LINE__, "", "", __VA_ARGS__) |
Definition at line 38 of file LoggingMacros_MLOGGING_FMT.h.
#define MLOGGING_FMT_LOG_C | ( | streamname, | |
level, | |||
classname, | |||
... | |||
) | MLOGGING_FMT_LOG_FLCO(streamname, level, __FILE__, __LINE__, #classname, "", __VA_ARGS__) |
Definition at line 37 of file LoggingMacros_MLOGGING_FMT.h.
#define MLOGGING_FMT_LOG_COF | ( | streamname, | |
level, | |||
classname, | |||
objectname, | |||
function, | |||
... | |||
) | MLOGGING_FMT_LOG_FLCO(streamname, level, __FILE__, __LINE__, #classname, objectname, __VA_ARGS__) |
Definition at line 36 of file LoggingMacros_MLOGGING_FMT.h.
#define MLOGGING_FMT_LOG_FLCO | ( | streamname, | |
level, | |||
filename, | |||
line, | |||
classname, | |||
objectname, | |||
... | |||
) |
do { \ if (Debug()) \ { \ ::icl_core::logging::LogStream& stream = streamname::instance(); \ SLOGGING_FMT_LOG_FLCO(stream, level, filename, line, classname, objectname, __VA_ARGS__); \ } \ } while (0)
Definition at line 28 of file LoggingMacros_MLOGGING_FMT.h.
#define MLOGGING_FMT_TRACE | ( | streamname, | |
... | |||
) | (void)0 |
Definition at line 49 of file LoggingMacros_MLOGGING_FMT.h.
#define MLOGGING_FMT_TRACE_C | ( | streamname, | |
classname, | |||
... | |||
) | (void)0 |
Definition at line 61 of file LoggingMacros_MLOGGING_FMT.h.
#define MLOGGING_FMT_TRACE_CO | ( | streamname, | |
classname, | |||
objectname, | |||
... | |||
) | (void)0 |
Definition at line 73 of file LoggingMacros_MLOGGING_FMT.h.
#define MLOGGING_FMT_WARNING | ( | streamname, | |
... | |||
) | MLOGGING_FMT_LOG(streamname, ::icl_core::logging::eLL_WARNING, __VA_ARGS__) |
Definition at line 42 of file LoggingMacros_MLOGGING_FMT.h.
#define MLOGGING_FMT_WARNING_C | ( | streamname, | |
classname, | |||
... | |||
) | MLOGGING_FMT_LOG_C(streamname, ::icl_core::logging::eLL_WARNING, classname, __VA_ARGS__) |
Definition at line 54 of file LoggingMacros_MLOGGING_FMT.h.
#define MLOGGING_FMT_WARNING_CO | ( | streamname, | |
classname, | |||
objectname, | |||
... | |||
) | MLOGGING_FMT_LOG_COF(streamname, ::icl_core::logging::eLL_WARNING, classname, objectname, function, __VA_ARGS__) |
Definition at line 66 of file LoggingMacros_MLOGGING_FMT.h.