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