|
| logger (const logger &)=default |
|
logger & | operator= (const logger &)=default |
|
| logger (logger &&) noexcept=default |
|
logger & | operator= (logger &&) noexcept=default |
|
template<typename FormatString , typename... Args> |
void | err_info (const FormatString &fmt, Args &&... args) |
|
template<typename FormatString , typename... Args> |
void | err_warn (const FormatString &fmt, Args &&... args) |
|
template<typename FormatString , typename... Args> |
void | err_error (const FormatString &fmt, Args &&... args) |
|
template<typename FormatString , typename... Args> |
void | err_critical (const FormatString &fmt, Args &&... args) |
|
template<typename FormatString , typename... Args> |
void | out_info (const FormatString &fmt, Args &&... args) |
|
template<typename FormatString , typename... Args> |
void | out_warn (const FormatString &fmt, Args &&... args) |
|
template<typename FormatString , typename... Args> |
void | out_error (const FormatString &fmt, Args &&... args) |
|
template<typename FormatString , typename... Args> |
void | out_critical (const FormatString &fmt, Args &&... args) |
|
template<typename FormatString , typename... Args> |
void | info (const FormatString &fmt, Args &&... args) |
|
template<typename FormatString , typename... Args> |
void | warn (const FormatString &fmt, Args &&... args) |
|
template<typename FormatString , typename... Args> |
void | error (const FormatString &fmt, Args &&... args) |
|
template<typename FormatString , typename... Args> |
void | critical (const FormatString &fmt, Args &&... args) |
|
void | set_level (log_level lvl) |
|
void | set_max_output (size_t max) |
|
void | set_location (output_location location) |
|
size_t | get_log_count () const |
|
void | log_summary () |
|