Main Page
Related Pages
Modules
Namespaces
Classes
Files
File List
File Members
blaze
util
logging
InfoSection.h
Go to the documentation of this file.
1
//=================================================================================================
33
//=================================================================================================
34
35
#ifndef _BLAZE_UTIL_LOGGING_INFOSECTION_H_
36
#define _BLAZE_UTIL_LOGGING_INFOSECTION_H_
37
38
39
//*************************************************************************************************
40
// Includes
41
//*************************************************************************************************
42
43
#include <
blaze/util/logging/LogSection.h
>
44
45
46
namespace
blaze
{
47
48
namespace
logging {
49
50
//=================================================================================================
51
//
52
// BLAZE_LOG_INFO_SECTION MACRO
53
//
54
//=================================================================================================
55
56
//*************************************************************************************************
96
#define BLAZE_LOG_INFO_SECTION( NAME ) \
97
if( blaze::logging::loglevel >= blaze::logging::info ) \
98
if( blaze::logging::LogSection NAME = blaze::logging::info )
99
//*************************************************************************************************
100
101
}
// namespace logging
102
103
}
// namespace blaze
104
105
#endif
LogSection.h
Header file for the LogSection class.
blaze
Namespace of the Blaze C++ math library.
Definition:
Blaze.h:57
Generated on Thu Feb 18 2016 19:19:36 by
1.8.10