Defines LLOGGING logging macros. More...
#include "icl_core_logging/LoggingMacros_LOGGING.h"
Go to the source code of this file.
Defines | |
#define | LLOGGING_DEBUG(streamname, arg) (void)0 |
#define | LLOGGING_DEBUG_C(streamname, classname, arg) (void)0 |
#define | LLOGGING_DEBUG_CO(streamname, classname, objectname, arg) (void)0 |
#define | LLOGGING_ERROR(streamname, arg) (void)0 |
#define | LLOGGING_ERROR_C(streamname, classname, arg) (void)0 |
#define | LLOGGING_ERROR_CO(streamname, classname, objectname, arg) (void)0 |
#define | LLOGGING_INFO(streamname, arg) (void)0 |
#define | LLOGGING_INFO_C(streamname, classname, arg) (void)0 |
#define | LLOGGING_INFO_CO(streamname, classname, objectname, arg) (void)0 |
#define | LLOGGING_TRACE(streamname, arg) (void)0 |
#define | LLOGGING_TRACE_C(streamname, classname, arg) (void)0 |
#define | LLOGGING_TRACE_CO(streamname, classname, objectname, arg) (void)0 |
#define | LLOGGING_WARNING(streamname, arg) (void)0 |
#define | LLOGGING_WARNING_C(streamname, classname, arg) (void)0 |
#define | LLOGGING_WARNING_CO(streamname, classname, objectname, arg) (void)0 |
Defines LLOGGING logging macros.
These macros are only activated if ICL_CORE_LOCAL_LOGGING has been define prior to including "icl_core_logging/Logging.h". Therefore logging with these macros can be compiled in and out on a per file basis.
Definition in file LoggingMacros_LLOGGING.h.
#define LLOGGING_DEBUG | ( | streamname, | |
arg | |||
) | (void)0 |
Definition at line 68 of file LoggingMacros_LLOGGING.h.
#define LLOGGING_DEBUG_C | ( | streamname, | |
classname, | |||
arg | |||
) | (void)0 |
Definition at line 88 of file LoggingMacros_LLOGGING.h.
#define LLOGGING_DEBUG_CO | ( | streamname, | |
classname, | |||
objectname, | |||
arg | |||
) | (void)0 |
Definition at line 108 of file LoggingMacros_LLOGGING.h.
#define LLOGGING_ERROR | ( | streamname, | |
arg | |||
) | (void)0 |
Definition at line 65 of file LoggingMacros_LLOGGING.h.
#define LLOGGING_ERROR_C | ( | streamname, | |
classname, | |||
arg | |||
) | (void)0 |
Definition at line 85 of file LoggingMacros_LLOGGING.h.
#define LLOGGING_ERROR_CO | ( | streamname, | |
classname, | |||
objectname, | |||
arg | |||
) | (void)0 |
Definition at line 105 of file LoggingMacros_LLOGGING.h.
#define LLOGGING_INFO | ( | streamname, | |
arg | |||
) | (void)0 |
Definition at line 67 of file LoggingMacros_LLOGGING.h.
#define LLOGGING_INFO_C | ( | streamname, | |
classname, | |||
arg | |||
) | (void)0 |
Definition at line 87 of file LoggingMacros_LLOGGING.h.
#define LLOGGING_INFO_CO | ( | streamname, | |
classname, | |||
objectname, | |||
arg | |||
) | (void)0 |
Definition at line 107 of file LoggingMacros_LLOGGING.h.
#define LLOGGING_TRACE | ( | streamname, | |
arg | |||
) | (void)0 |
Definition at line 69 of file LoggingMacros_LLOGGING.h.
#define LLOGGING_TRACE_C | ( | streamname, | |
classname, | |||
arg | |||
) | (void)0 |
Definition at line 89 of file LoggingMacros_LLOGGING.h.
#define LLOGGING_TRACE_CO | ( | streamname, | |
classname, | |||
objectname, | |||
arg | |||
) | (void)0 |
Definition at line 109 of file LoggingMacros_LLOGGING.h.
#define LLOGGING_WARNING | ( | streamname, | |
arg | |||
) | (void)0 |
Definition at line 66 of file LoggingMacros_LLOGGING.h.
#define LLOGGING_WARNING_C | ( | streamname, | |
classname, | |||
arg | |||
) | (void)0 |
Definition at line 86 of file LoggingMacros_LLOGGING.h.
#define LLOGGING_WARNING_CO | ( | streamname, | |
classname, | |||
objectname, | |||
arg | |||
) | (void)0 |
Definition at line 106 of file LoggingMacros_LLOGGING.h.