MyGUI 3.4.3
|
#include <MyGUI_ILogFilter.h>
Public Member Functions | |
virtual | ~ILogFilter ()=default |
virtual bool | shouldLog (std::string_view, LogLevel, const struct tm *, std::string_view, std::string_view, int) |
Definition at line 16 of file MyGUI_ILogFilter.h.
|
virtualdefault |
|
inlinevirtual |
Check if specific log message should be logged.
For example some log listeners use only messages with high log level.
Reimplemented in MyGUI::LevelLogFilter.
Definition at line 24 of file MyGUI_ILogFilter.h.