35 #ifndef _BLAZE_UTIL_LOGGING_DEBUGSECTION_H_
36 #define _BLAZE_UTIL_LOGGING_DEBUGSECTION_H_
96 #define BLAZE_LOG_DEBUG_SECTION( NAME ) \
97 if( blaze::logging::loglevel >= blaze::logging::debug ) \
98 if( blaze::logging::LogSection NAME = blaze::logging::debug )
Header file for the LogSection class.