fire v0.19.0
Framework for sImulation and Reconstruction of Events
Logger.h
1#ifndef FRAMEWORK_LOGGER_H
2#define FRAMEWORK_LOGGER_H
3
5
6namespace framework::logging {
8}
9
10#define ldmx_log(lvl) fire_log(lvl)
11
12#endif
Interface to Boost.Logging.
log::sources::severity_channel_logger_mt< level, std::string > logger
Short names for boost::log.
Definition: Logger.h:84