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