Go to the documentation of this file.
7 #ifndef MYGUI_LEVEL_LOG_FILTER_H_
8 #define MYGUI_LEVEL_LOG_FILTER_H_
24 virtual bool shouldLog(
const std::string& _section,
LogLevel _level,
const struct tm* _time,
const std::string& _message,
const char* _file,
int _line);
29 void setLoggingLevel(
LogLevel _value);
41 #endif // MYGUI_LEVEL_LOG_FILTER_H_