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