Main Page
Related Pages
Modules
Namespaces
Classes
Files
File List
File Members
blaze
util
logging
DetailSection.h
Go to the documentation of this file.
1
//=================================================================================================
33
//=================================================================================================
34
35
#ifndef _BLAZE_UTIL_LOGGING_DETAILSECTION_H_
36
#define _BLAZE_UTIL_LOGGING_DETAILSECTION_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_DETAIL_SECTION MACRO
53
//
54
//=================================================================================================
55
56
//*************************************************************************************************
96
#define BLAZE_LOG_DETAIL_SECTION( NAME ) \
97
if( blaze::logging::loglevel >= blaze::logging::detail ) \
98
if( blaze::logging::LogSection NAME = blaze::logging::detail )
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 Jul 2 2015 04:55:17 by
1.8.9.1