Namespaces | |
| aux | |
Classes | |
| struct | collector |
| Base class for file collectors. More... | |
| class | file_name_composer_adapter |
| An adapter class that allows to use regular formatters as file name generators. More... | |
| class | rotation_at_time_interval |
| The class represents the time interval of log file rotation. More... | |
| class | rotation_at_time_point |
| The class represents the time point of log file rotation. More... | |
Enumerations | |
| enum | scan_method { no_scan, scan_matching, scan_all } |
| The enumeration of the stored files scan methods. More... | |
Functions | |
| template<typename T1 > | |
| shared_ptr< collector > | make_collector (T1 const &a1) |
| template<typename T1 , typename T2 > | |
| shared_ptr< collector > | make_collector (T1 const &a1, T2 const &a2) |
| template<typename T1 , typename T2 , typename T3 > | |
| shared_ptr< collector > | make_collector (T1 const &a1, T2 const &a2, T3 const &a3) |
| template<typename FormatterT > | |
| file_name_composer_adapter < FormatterT > | as_file_name_composer (FormatterT const &fmt, std::locale const &loc=std::locale()) |
| The function adopts a log record formatter into a file name generator. More... | |
|
inline |
The function adopts a log record formatter into a file name generator.
|
inline |
References boost::sinks::file::aux::make_collector().
Referenced by boost::aux::setup_file_collector().
|
inline |
References boost::sinks::file::aux::make_collector().
|
inline |
References boost::sinks::file::aux::make_collector().