|
MyGUI
3.2.0
|
#include <MyGUI_ILogFilter.h>
Inheritance diagram for MyGUI::ILogFilter:Public Member Functions | |
| virtual | ~ILogFilter () |
| virtual bool | shouldLog (const std::string &_section, LogLevel _level, const struct tm *_time, const std::string &_message, const char *_file, int _line) |
Definition at line 31 of file MyGUI_ILogFilter.h.
| virtual MyGUI::ILogFilter::~ILogFilter | ( | ) | [inline, virtual] |
Definition at line 34 of file MyGUI_ILogFilter.h.
| virtual bool MyGUI::ILogFilter::shouldLog | ( | const std::string & | _section, |
| LogLevel | _level, | ||
| const struct tm * | _time, | ||
| const std::string & | _message, | ||
| const char * | _file, | ||
| int | _line | ||
| ) | [inline, virtual] |
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 39 of file MyGUI_ILogFilter.h.
1.7.6.1