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