All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Macros Groups Pages
Logging.h
Go to the documentation of this file.
1 //=================================================================================================
33 //=================================================================================================
34 
35 
36 namespace blaze {
37 
38 namespace logging {
39 
40 //*************************************************************************************************
59 //*************************************************************************************************
60 
61 
62 //*************************************************************************************************
70 const bool spacing = false;
71 //*************************************************************************************************
72 
73 
74 //*************************************************************************************************
88 #define BLAZE_USE_FUNCTION_TRACES 0
89 //*************************************************************************************************
90 
91 } // namespace logging
92 
93 } // namespace blaze
Log level for high-level information.
Definition: LogLevel.h:80
LogLevel
Logging levels.The LogLevel type enumeration represents the type of the global logging level...
Definition: LogLevel.h:75
const bool spacing
Adding an additional spacing line between two log messages.This setting gives the opportunity to add ...
Definition: Logging.h:70
const LogLevel loglevel
Setting of the logging level.This value specifies the logging level of the Blaze logging functionalit...
Definition: Logging.h:58