Public Member Functions | |
file_t (const std::string &file_name, file_settings set=file_settings()) | |
constructs the file destination | |
void | configure (const hold_string_type &str) |
ded_loger_one_filter.cpp, mul_loggers_one_filter.cpp, no_levels_with_route.cpp, ts_loger_one_filter.cpp, use_profiler.cpp, using_tags.cpp, and your_scenario.cpp.
boost::logging::destination::file_t< convert_dest >::file_t | ( | const std::string & | file_name, | |
file_settings | set = file_settings() | |||
) | [inline] |
constructs the file destination
file_name | name of the file | |
set | [optional] file settings - see file_settings class, and Dealing with flags. |
void boost::logging::destination::file_t< convert_dest >::configure | ( | const hold_string_type & | str | ) | [inline, virtual] |
configure through script right now, you can only specify the file name
Reimplemented from boost::logging::manipulator::is_generic.