Interface for log backends that can be registered in the MITK log mechanism.
More...
#include <mitkLogBackendBase.h>
Interface for log backends that can be registered in the MITK log mechanism.
Definition at line 23 of file mitkLogBackendBase.h.
◆ OutputType
Type of the output of a backend.
Enumerator |
---|
Console | |
File | |
Other | |
Definition at line 28 of file mitkLogBackendBase.h.
◆ ~LogBackendBase()
virtual mitk::LogBackendBase::~LogBackendBase |
( |
| ) |
|
|
virtual |
◆ GetOutputType()
virtual OutputType mitk::LogBackendBase::GetOutputType |
( |
| ) |
const |
|
pure virtual |
◆ ProcessMessage()
virtual void mitk::LogBackendBase::ProcessMessage |
( |
const LogMessage & |
message | ) |
|
|
pure virtual |
The documentation for this class was generated from the following file: