|
bitz-server
2.0.3
|
Public Member Functions | |
| z_formatter ()=default | |
| z_formatter (const z_formatter &)=delete | |
| z_formatter & | operator= (const z_formatter &)=delete |
| void | format (details::log_msg &msg, const std::tm &tm_time) override |
| ch_formatter (char ch) | |
| void | format (details::log_msg &msg, const std::tm &) override |
| aggregate_formatter ()=default | |
| void | add_ch (char ch) |
| void | format (details::log_msg &msg, const std::tm &) override |
Public Attributes | |
| const std::chrono::seconds | cache_refresh = std::chrono::seconds(5) |
1.8.13