MyGUI 3.4.2
MyGUI::ILogFilter Class Reference

#include <MyGUI_ILogFilter.h>

Inheritance diagram for MyGUI::ILogFilter:

Public Member Functions

virtual ~ILogFilter ()=default
 
virtual bool shouldLog (const std::string &, LogLevel, const struct tm *, const std::string &, const char *, int)
 

Detailed Description

Definition at line 16 of file MyGUI_ILogFilter.h.

Constructor & Destructor Documentation

◆ ~ILogFilter()

virtual MyGUI::ILogFilter::~ILogFilter ( )
virtualdefault

Member Function Documentation

◆ shouldLog()

virtual bool MyGUI::ILogFilter::shouldLog ( const std::string & ,
LogLevel ,
const struct tm * ,
const std::string & ,
const char * ,
int  )
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.


The documentation for this class was generated from the following file: