CppTrail
Loading...
Searching...
No Matches
logger.h
Go to the documentation of this file.
1
11#ifndef CPPTRAIL_LOGGER_H
12#define CPPTRAIL_LOGGER_H
13
16
17namespace CppTrail {
18
19}
20
21#endif
Asynchronous logger implementation using a background worker pool.
Root namespace for the CppTrail logging library.
Definition async_logger.h:24
Synchronous logger implementation base.