All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Macros Groups Pages
ProgressSection.h
Go to the documentation of this file.
1 //=================================================================================================
33 //=================================================================================================
34 
35 #ifndef _BLAZE_UTIL_LOGGING_PROGRESSSECTION_H_
36 #define _BLAZE_UTIL_LOGGING_PROGRESSSECTION_H_
37 
38 
39 //*************************************************************************************************
40 // Includes
41 //*************************************************************************************************
42 
44 
45 
46 namespace blaze {
47 
48 namespace logging {
49 
50 //=================================================================================================
51 //
52 // BLAZE_LOG_PROGRESS_SECTION MACRO
53 //
54 //=================================================================================================
55 
56 //*************************************************************************************************
96 #define BLAZE_LOG_PROGRESS_SECTION( NAME ) \
97  if( blaze::logging::loglevel >= blaze::logging::progress ) \
98  if( blaze::logging::LogSection NAME = blaze::logging::progress )
99 //*************************************************************************************************
100 
101 } // namespace logging
102 
103 } // namespace blaze
104 
105 #endif
Header file for the LogSection class.