Trivial logger tag. More...
#include <trivial.hpp>
Public Types | |
enum | registration_line_t { registration_line = __LINE__ } |
typedef trivial::logger_type | logger_type |
Logger type. More... | |
Static Public Member Functions | |
static BOOST_LOG_API logger_type & | get () |
Returns a reference to the trivial logger instance. More... | |
static const char * | registration_file () |
static BOOST_LOG_API logger_type | construct_logger () |
Trivial logger tag.
This tag can be used to acquire the logger that is used with lrivial logging macros. This may be useful when the logger is used with other macros which require a logger.
Logger type.
|
static |
|
static |
Returns a reference to the trivial logger instance.
|
inlinestatic |