Medical Imaging Interaction Toolkit
2023.04.00
Medical Imaging Interaction Toolkit
|
This class is an interface for logging backends that can be registered in the mbi logging mechanism. More...
#include <mbilogBackendBase.h>
Public Member Functions | |
virtual | ~BackendBase () |
virtual void | ProcessMessage (const mbilog::LogMessage &logMessage)=0 |
This method is called by the mbi logging mechanism if the object is registered in the mbi logging mechanism and a logging message is emitted. More... | |
virtual OutputType | GetOutputType () const =0 |
This class is an interface for logging backends that can be registered in the mbi logging mechanism.
Definition at line 37 of file mbilogBackendBase.h.
|
virtual |
|
pure virtual |
Implemented in mitk::LoggingBackend, and mbilog::BackendCout.
|
pure virtual |
This method is called by the mbi logging mechanism if the object is registered in the mbi logging mechanism and a logging message is emitted.
logMessage | Logging message which was emitted. |
Implemented in mbilog::TextBackendBase, mbilog::BackendCout, and mitk::LoggingBackend.