|
MyGUI
3.2.0
|
#include <MyGUI_LevelLogFilter.h>
Inheritance diagram for MyGUI::LevelLogFilter:Public Member Functions | |
| LevelLogFilter () | |
| virtual | ~LevelLogFilter () |
| virtual bool | shouldLog (const std::string &_section, LogLevel _level, const struct tm *_time, const std::string &_message, const char *_file, int _line) |
| void | setLoggingLevel (LogLevel _value) |
| LogLevel | getLoggingLevel () const |
Definition at line 31 of file MyGUI_LevelLogFilter.h.
Definition at line 28 of file MyGUI_LevelLogFilter.cpp.
| MyGUI::LevelLogFilter::~LevelLogFilter | ( | ) | [virtual] |
Definition at line 33 of file MyGUI_LevelLogFilter.cpp.
Get logging level.
Definition at line 47 of file MyGUI_LevelLogFilter.cpp.
| void MyGUI::LevelLogFilter::setLoggingLevel | ( | LogLevel | _value | ) |
Set logging level.
| _value | messages with this or higher level will be logged. |
Definition at line 42 of file MyGUI_LevelLogFilter.cpp.
| bool MyGUI::LevelLogFilter::shouldLog | ( | const std::string & | _section, |
| LogLevel | _level, | ||
| const struct tm * | _time, | ||
| const std::string & | _message, | ||
| const char * | _file, | ||
| int | _line | ||
| ) | [virtual] |
Check if specific log message should be logged.
For example some log listeners use only messages with high log level.
Reimplemented from MyGUI::ILogFilter.
Definition at line 37 of file MyGUI_LevelLogFilter.cpp.
1.7.6.1