|
template<typename FormatString , typename... Args> |
void | VW::io::logger::log_info (const FormatString &fmt, Args &&...args) |
|
template<typename FormatString , typename... Args> |
void | VW::io::logger::log_warn (const FormatString &fmt, Args &&...args) |
|
template<typename FormatString , typename... Args> |
void | VW::io::logger::log_error (const FormatString &fmt, Args &&...args) |
|
template<typename FormatString , typename... Args> |
void | VW::io::logger::log_critical (const FormatString &fmt, Args &&...args) |
|
template<typename FormatString , typename... Args> |
void | VW::io::logger::errlog_info (const FormatString &fmt, Args &&...args) |
|
template<typename FormatString , typename... Args> |
void | VW::io::logger::errlog_warn (const FormatString &fmt, Args &&...args) |
|
template<typename FormatString , typename... Args> |
void | VW::io::logger::errlog_error (const FormatString &fmt, Args &&...args) |
|
template<typename FormatString , typename... Args> |
void | VW::io::logger::errlog_critical (const FormatString &fmt, Args &&...args) |
|
void | VW::io::logger::log_set_level (log_level lvl) |
|
void | VW::io::logger::initialize_logger () |
|
void | VW::io::logger::set_max_output (size_t max) |
|
size_t | VW::io::logger::get_log_count () |
|
void | VW::io::logger::log_summary () |
|