Simple Monitoring logging class.
More...
#include <MonLogger.h>
Simple Monitoring logging class.
static auto o2::monitoring::MonLogger::End |
( |
| ) |
-> decltype("\033[0m\n")
|
|
inlinestatic |
Terminates log line return - string with color termination and new line
static MonLogger& o2::monitoring::MonLogger::Get |
( |
Severity |
severity = Severity::Info | ) |
|
|
inlinestatic |
Singleton Returns Logger instance with current date and given severity
- Parameters
-
- Returns
- - logger instance
template<typename T >
MonLogger& o2::monitoring::MonLogger::operator<< |
( |
const T & |
log | ) |
|
|
inline |
Appends value/message to the log
- Parameters
-
- Returns
- - this to allow chaining
The documentation for this class was generated from the following file:
- /home/travis/build/AliceO2Group/Monitoring/src/MonLogger.h