 |
Project
|
Loading...
Searching...
No Matches
Go to the documentation of this file.
11#ifndef O2_FRAMEWORK_LOGGER_H_
12#define O2_FRAMEWORK_LOGGER_H_
14#include <fairlogger/Logger.h>
16#define O2DEBUG(...) LOGF(debug, __VA_ARGS__)
17#define O2INFO(...) LOGF(info, __VA_ARGS__)
18#define O2ERROR(...) LOGF(error, __VA_ARGS__)