Go to the documentation of this file.
22 #ifndef _BLAZE_UTIL_LOGGING_WARNINGSECTION_H_
23 #define _BLAZE_UTIL_LOGGING_WARNINGSECTION_H_
83 #define BLAZE_LOG_WARNING_SECTION( NAME ) \
84 if( blaze::logging::loglevel >= blaze::logging::warning ) \
85 if( blaze::logging::LogSection NAME = blaze::logging::warning )