Adapter that overwrites the standard vtk logging output window and sends the logging messages to the MITK logging instead.
More...
#include <mitkVtkLoggingAdapter.h>
Adapter that overwrites the standard vtk logging output window and sends the logging messages to the MITK logging instead.
Definition at line 27 of file mitkVtkLoggingAdapter.h.
◆ DisplayDebugText()
void mitk::VtkLoggingAdapter::DisplayDebugText |
( |
const char * |
t | ) |
|
|
override |
◆ DisplayErrorText()
void mitk::VtkLoggingAdapter::DisplayErrorText |
( |
const char * |
t | ) |
|
|
override |
◆ DisplayGenericWarningText()
void mitk::VtkLoggingAdapter::DisplayGenericWarningText |
( |
const char * |
t | ) |
|
|
override |
◆ DisplayText()
void mitk::VtkLoggingAdapter::DisplayText |
( |
const char * |
t | ) |
|
|
override |
◆ DisplayWarningText()
void mitk::VtkLoggingAdapter::DisplayWarningText |
( |
const char * |
t | ) |
|
|
override |
◆ Initialize()
static void mitk::VtkLoggingAdapter::Initialize |
( |
| ) |
|
|
static |
Initializes the logging adapter. Vtk logging messages are redirected to MITK logging afterwards.
◆ New()
The documentation for this class was generated from the following file: