Classes | |
struct | file_line_t |
Dumps file/line information (corresponds to boost::logging::tag::file_line tag class). More... | |
struct | function_t |
Dumps function name information (corresponds to boost::logging::tag::function tag class). More... | |
struct | level_t |
Dumps level (corresponds to boost::logging::tag::level tag class). More... | |
struct | time_t |
Dumps current time information (corresponds to boost::logging::tag::time tag class). More... | |
struct | module_t |
Dumps module information (corresponds to boost::logging::tag::module tag class). More... | |
struct | thread_id_t |
Dumps thread id information (corresponds to boost::logging::tag::thread_id tag class). More... | |
struct | high_precision_time_t |
Dumps current high_precision_time information (corresponds to boost::logging::tag::high_precision_time tag class). More... | |
Typedefs | |
typedef file_line_t | file_line |
file_line_t with default values. See file_line_t | |
typedef function_t | function |
function_t with default values. See function_t | |
typedef level_t | level |
level_t with default values. See level_t | |
typedef time_t | time |
time_t with default values. See time_t | |
typedef module_t | module |
module_t with default values. See module_t | |
typedef thread_id_t | thread_id |
thread_id_t with default values. See thread_id_t | |
typedef high_precision_time_t | high_precision_time |
high_precision_time_t with default values. See high_precision_time_t |
See how to use tags.
file_line_t with default values. See file_line_t
Dumps file/line information (corresponds to boost::logging::tag::file_line tag class).
See how to use tags.
function_t with default values. See function_t
Dumps function name information (corresponds to boost::logging::tag::function tag class).
See how to use tags.
high_precision_time_t with default values. See high_precision_time_t
Dumps current high_precision_time information (corresponds to boost::logging::tag::high_precision_time tag class).
#include <boost/logging/tag/high_precision_time.hpp>
Similar to boost::logging::formatter::high_precision_time_t class - only that this one uses tags.
See how to use tags.
level_t with default values. See level_t
Dumps level (corresponds to boost::logging::tag::level tag class).
See how to use tags.
module_t with default values. See module_t
Dumps module information (corresponds to boost::logging::tag::module tag class).
See how to use tags.
thread_id_t with default values. See thread_id_t
Dumps thread id information (corresponds to boost::logging::tag::thread_id tag class).
See how to use tags.
time_t with default values. See time_t
Dumps current time information (corresponds to boost::logging::tag::time tag class).
Similar to boost::logging::formatter::time_t class - only that this one uses tags.
See how to use tags.