Go to the source code of this file.
|
class | mbilog::PseudoStream |
| An object of this class simulates a std::cout stream. This means messages can be added by using the bit shift operator (<<). Should only be used by the macros defined in the file mbilog.h. More...
|
|
class | mbilog::NullStream |
| An object of this class simulates a std::cout stream but does nothing. This class is for dummy objects, bit shift operators are availiable but doing nothing. Should only be used by the macros defined in the file mbilog.h. More...
|
|
|
#define | MBI_INFO |
| Macros for different message levels. Creates an instance of class PseudoStream with the corresponding message level. Other parameters are the name of the source file, line of the source code and function name which are generated by the compiler. More...
|
|
#define | MBI_WARN |
|
#define | MBI_ERROR |
|
#define | MBI_FATAL |
|
#define | MBI_DEBUG |
| Macro for the debug messages. The messages are disabled if the cmake variable MBILOG_ENABLE_DEBUG is false. More...
|
|
◆ MBI_DEBUG
Macro for the debug messages. The messages are disabled if the cmake variable MBILOG_ENABLE_DEBUG is false.
Definition at line 218 of file mbilog.h.
◆ MBI_ERROR
◆ MBI_FATAL
◆ MBI_INFO
Macros for different message levels. Creates an instance of class PseudoStream with the corresponding message level. Other parameters are the name of the source file, line of the source code and function name which are generated by the compiler.
Definition at line 208 of file mbilog.h.
◆ MBI_WARN