13 #ifndef mitkLogBackendBase_h
14 #define mitkLogBackendBase_h
Interface for log backends that can be registered in the MITK log mechanism.
virtual ~LogBackendBase()
virtual void ProcessMessage(const LogMessage &message)=0
Called by the MITK log mechanism if the object is registered and a log message is emitted.
virtual OutputType GetOutputType() const =0
Find image slices visible on a given plane.
A single log message (log event) of the MITK log mechanism.