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