|
|
| LogToList (std::string name) |
|
const std::string & | Name () const |
|
void | MaxSize (size_t max_size) |
|
size_t | MaxSize () const |
| void | AddLogMessage (const LogMessage &message) override |
| | Handle a log message.
|
| bool | HasLogFile () const override |
| | Returns true if the logger has file.
|
|
size_t | Size () const |
|
size_t | ChangeNumber () const |
|
LogMessage | GetLogMessage (size_t index) const |
|
virtual | ~ILogger ()=default |
| | Destructor.
|
|
virtual void | Stop () |
| | Stops any worker thread.
|
| void | EnableSeverityLevel (LogSeverity severity, bool enable) |
| | Enable or disable a severity.
|
| bool | IsSeverityLevelEnabled (LogSeverity severity) const |
| | Checks if a level is enabled or disabled.
|
| void | ShowLocation (bool show) |
| | Enable or disable the source location information.
|
| bool | ShowLocation () const |
| | Returns true if the source location should be shown.
|
|
virtual std::string | Filename () const |
| | Return full path to the log file.
|
|
|
| ILogger ()=default |
| | Constructor.
|
◆ AddLogMessage()
| void util::log::LogToList::AddLogMessage |
( |
const LogMessage & | message | ) |
|
|
overridevirtual |
◆ HasLogFile()
| bool util::log::LogToList::HasLogFile |
( |
| ) |
const |
|
nodiscardoverridevirtual |
The documentation for this class was generated from the following file: