Medical Imaging Interaction Toolkit  2016.11.0
Medical Imaging Interaction Toolkit
mitkLog.cpp File Reference
#include <mitkExceptionMacro.h>
#include <mitkLog.h>
#include <mitkLogMacros.h>
#include <itkOutputWindow.h>
#include <itkSimpleFastMutexLock.h>
#include <cstdio>
#include <fstream>
#include <iostream>

Go to the source code of this file.

Variables

static itk::SimpleFastMutexLock logMutex
 
static mitk::LoggingBackendmitkLogBackend
 
static std::ofstream * logFile
 
static std::string logFileName
 
static std::stringstream * outputWindow
 
static bool logOutputWindow
 

Variable Documentation

std::ofstream* logFile
static
std::string logFileName
static
itk::SimpleFastMutexLock logMutex
static
bool logOutputWindow
static
mitk::LoggingBackend* mitkLogBackend
static

Definition at line 29 of file mitkLog.cpp.

Referenced by mitk::LoggingBackend::Unregister().

std::stringstream* outputWindow
static

Definition at line 32 of file mitkLog.cpp.

Referenced by mitk::LoggingBackend::ProcessMessage().