|
Logger System 0.1.3
High-performance C++20 thread-safe logging system with asynchronous capabilities
|


Public Member Functions | |
| bool | should_log (const log_entry &entry) const override |
| Check if a log entry should be processed. | |
| std::string | get_name () const override |
| Get the name of this filter. | |
Public Member Functions inherited from kcenon::logger::log_filter_interface | |
| virtual | ~log_filter_interface ()=default |
Definition at line 39 of file security_demo.cpp.
|
inlineoverridevirtual |
Get the name of this filter.
Implements kcenon::logger::log_filter_interface.
Definition at line 52 of file security_demo.cpp.
|
inlineoverridevirtual |
Check if a log entry should be processed.
| entry | The log entry to check |
Implements kcenon::logger::log_filter_interface.
Definition at line 41 of file security_demo.cpp.
References kcenon::logger::log_entry::message, and kcenon::logger::small_string< SSO_SIZE >::to_string().
