MyGUI 3.4.2
|
#include <MyGUI_ILogFilter.h>
Public Member Functions | |
virtual | ~ILogFilter ()=default |
virtual bool | shouldLog (const std::string &, LogLevel, const struct tm *, const std::string &, const char *, 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.