Go to the documentation of this file. 34 #undef LLOGGING_WARNING 39 #undef LLOGGING_ERROR_C 40 #undef LLOGGING_WARNING_C 41 #undef LLOGGING_INFO_C 42 #undef LLOGGING_DEBUG_C 43 #undef LLOGGING_TRACE_C 45 #undef LLOGGING_ERROR_CO 46 #undef LLOGGING_WARNING_CO 47 #undef LLOGGING_INFO_CO 48 #undef LLOGGING_DEBUG_CO 49 #undef LLOGGING_TRACE_CO 53 #ifdef ICL_CORE_LOCAL_LOGGING 54 # define LLOGGING_ERROR(streamname, arg) LOGGING_LOG(streamname, ::icl_core::logging::eLL_ERROR, arg) 55 # define LLOGGING_WARNING(streamname, arg) LOGGING_LOG(streamname, ::icl_core::logging::eLL_WARNING, arg) 56 # define LLOGGING_INFO(streamname, arg) LOGGING_LOG(streamname, ::icl_core::logging::eLL_INFO, arg) 58 # define LLOGGING_DEBUG(streamname, arg) LOGGING_LOG(streamname, ::icl_core::logging::eLL_DEBUG, arg) 59 # define LLOGGING_TRACE(streamname, arg) LOGGING_LOG(streamname, ::icl_core::logging::eLL_TRACE, arg) 61 # define LLOGGING_DEBUG(streamname, arg) (void)0 62 # define LLOGGING_TRACE(streamname, arg) (void)0 65 # define LLOGGING_ERROR(streamname, arg) (void)0 66 # define LLOGGING_WARNING(streamname, arg) (void)0 67 # define LLOGGING_INFO(streamname, arg) (void)0 68 # define LLOGGING_DEBUG(streamname, arg) (void)0 69 # define LLOGGING_TRACE(streamname, arg) (void)0 73 #ifdef ICL_CORE_LOCAL_LOGGING 74 # define LLOGGING_ERROR_C(streamname, classname, arg) LOGGING_LOG_C(streamname, ::icl_core::logging::eLL_ERROR, classname, arg) 75 # define LLOGGING_WARNING_C(streamname, classname, arg) LOGGING_LOG_C(streamname, ::icl_core::logging::eLL_WARNING, classname, arg) 76 # define LLOGGING_INFO_C(streamname, classname, arg) LOGGING_LOG_C(streamname, ::icl_core::logging::eLL_INFO, classname, arg) 78 # define LLOGGING_DEBUG_C(streamname, classname, arg) LOGGING_LOG_C(streamname, ::icl_core::logging::eLL_DEBUG, classname, arg) 79 # define LLOGGING_TRACE_C(streamname, classname, arg) LOGGING_LOG_C(streamname, ::icl_core::logging::eLL_TRACE, classname, arg) 81 # define LLOGGING_DEBUG_C(streamname, classname, arg) (void)0 82 # define LLOGGING_TRACE_C(streamname, classname, arg) (void)0 85 # define LLOGGING_ERROR_C(streamname, classname, arg) (void)0 86 # define LLOGGING_WARNING_C(streamname, classname, arg) (void)0 87 # define LLOGGING_INFO_C(streamname, classname, arg) (void)0 88 # define LLOGGING_DEBUG_C(streamname, classname, arg) (void)0 89 # define LLOGGING_TRACE_C(streamname, classname, arg) (void)0 93 #ifdef ICL_CORE_LOCAL_LOGGING 94 # define LLOGGING_ERROR_CO(streamname, classname, objectname, arg) LOGGING_LOG_COF(streamname, ::icl_core::logging::eLL_ERROR, classname, objectname, function, arg) 95 # define LLOGGING_WARNING_CO(streamname, classname, objectname, arg) LOGGING_LOG_COF(streamname, ::icl_core::logging::eLL_WARNING, classname, objectname, function, arg) 96 # define LLOGGING_INFO_CO(streamname, classname, objectname, arg) LOGGING_LOG_COF(streamname, ::icl_core::logging::eLL_INFO, classname, objectname, function, arg) 98 # define LLOGGING_DEBUG_CO(streamname, classname, objectname, arg) LOGGING_LOG_COF(streamname, ::icl_core::logging::eLL_DEBUG, classname, objectname, function, arg) 99 # define LLOGGING_TRACE_CO(streamname, classname, objectname, arg) LOGGING_LOG_COF(streamname, ::icl_core::logging::eLL_TRACE, classname, objectname, function, arg) 101 # define LLOGGING_DEBUG_CO(streamname, classname, objectname, arg) (void)0 102 # define LLOGGING_TRACE_CO(streamname, classname, objectname, arg) (void)0 105 # define LLOGGING_ERROR_CO(streamname, classname, objectname, arg) (void)0 106 # define LLOGGING_WARNING_CO(streamname, classname, objectname, arg) (void)0 107 # define LLOGGING_INFO_CO(streamname, classname, objectname, arg) (void)0 108 # define LLOGGING_DEBUG_CO(streamname, classname, objectname, arg) (void)0 109 # define LLOGGING_TRACE_CO(streamname, classname, objectname, arg) (void)0
fzi_icl_core
Author(s):
autogenerated on Mon Jun 10 2019 13:17:58