#include "mitkLog.h"
#include "itkSimpleFastMutexLock.h"
#include <itkOutputWindow.h>
#include <iostream>
#include <fstream>
Go to the source code of this file.
Variables | |
static itk::SimpleFastMutexLock | logMutex |
static mitk::LoggingBackend * | mitkLogBackend = 0 |
static std::ofstream * | logFile = 0 |
static std::stringstream * | outputWindow = 0 |
static bool | logOutputWindow = false |
std::ofstream* logFile = 0 [static] |
Definition at line 28 of file mitkLog.cpp.
Referenced by mitk::LoggingBackend::ProcessMessage(), and mitk::LoggingBackend::SetLogFile().
itk::SimpleFastMutexLock logMutex [static] |
Definition at line 26 of file mitkLog.cpp.
Referenced by mitk::LoggingBackend::ProcessMessage(), and mitk::LoggingBackend::SetLogFile().
bool logOutputWindow = false [static] |
Definition at line 30 of file mitkLog.cpp.
Referenced by mitk::LoggingBackend::EnableAdditionalConsoleWindow(), and mitk::LoggingBackend::ProcessMessage().
mitk::LoggingBackend* mitkLogBackend = 0 [static] |
Definition at line 27 of file mitkLog.cpp.
Referenced by mitk::LoggingBackend::Unregister().
std::stringstream* outputWindow = 0 [static] |
Definition at line 29 of file mitkLog.cpp.
Referenced by mitk::LoggingBackend::ProcessMessage().