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