#include <fairlogger/Logger.h>
Go to the source code of this file.
|
| #define | O2DEBUG(...) LOGF(debug, __VA_ARGS__) |
| |
| #define | O2INFO(...) LOGF(info, __VA_ARGS__) |
| |
| #define | O2ERROR(...) LOGF(error, __VA_ARGS__) |
| |
◆ O2DEBUG
| #define O2DEBUG |
( |
|
... | ) |
LOGF(debug, __VA_ARGS__) |
◆ O2ERROR
| #define O2ERROR |
( |
|
... | ) |
LOGF(error, __VA_ARGS__) |
◆ O2INFO
| #define O2INFO |
( |
|
... | ) |
LOGF(info, __VA_ARGS__) |