MCPcopy Create free account
hub / github.com/MITK/MITK / Unregister

Method Unregister

Modules/Core/src/IO/mitkLogBackend.cpp:78–87  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

76}
77
78void mitk::LogBackend::Unregister()
79{
80 if (mitkLogBackend)
81 {
82 SetLogFile("");
83 UnregisterBackend(mitkLogBackend);
84 delete mitkLogBackend;
85 mitkLogBackend = nullptr;
86 }
87}
88
89void mitk::LogBackend::SetLogFile(const std::string& file)
90{

Callers 15

UnloadMethod · 0.45
~ToolManagerMethod · 0.45
InitializeToolsMethod · 0.45
ActivateToolMethod · 0.45
UnregisterClientMethod · 0.45
UnloadMethod · 0.45
~DummyReaderMethod · 0.45
~DummyReader2Method · 0.45
~DummyWriterMethod · 0.45
~DummyWriter2Method · 0.45
UnloadMethod · 0.45
UnregisterServiceMethod · 0.45

Calls

no outgoing calls

Tested by 4

~DummyReaderMethod · 0.36
~DummyReader2Method · 0.36
~DummyWriterMethod · 0.36
~DummyWriter2Method · 0.36