OBTTrace.cpp File Reference

#include <iostream>
#include <fstream>
#include "OBTTrace.h"
#include "OBTSingleton.h"
Include dependency graph for OBTTrace.cpp:

Go to the source code of this file.

Variables

const unsigned int OBT_TRACE_CRITICAL
 Id for TRACE_CRITICAL message.
const unsigned int OBT_TRACE_ERROR
 Id for TRACE_ERROR message.
const unsigned int OBT_TRACE_WARNING
 Id for TRACE_WARNING message.
const unsigned int OBT_TRACE_NOTICE
 Id for TRACE_NOTICE message.
const unsigned int OBT_TRACE_INFO
 Id for TRACE_INFO message.
const unsigned int OBT_TRACE_DEBUG
 Id for TRACE_DEBUG message.

Variable Documentation

const unsigned int OBT_TRACE_CRITICAL
Initial value:
 
  OBT::Singleton< OBT::Tracer >::getInstance().registerId( "TRACE CRITICAL" )

Id for TRACE_CRITICAL message.

Definition at line 10 of file OBTTrace.cpp.

const unsigned int OBT_TRACE_DEBUG
Initial value:
 
  OBT::Singleton< OBT::Tracer >::getInstance().registerId( "TRACE DEBUG" )

Id for TRACE_DEBUG message.

Definition at line 20 of file OBTTrace.cpp.

const unsigned int OBT_TRACE_ERROR
Initial value:
 
  OBT::Singleton< OBT::Tracer >::getInstance().registerId( "TRACE ERROR" )

Id for TRACE_ERROR message.

Definition at line 12 of file OBTTrace.cpp.

const unsigned int OBT_TRACE_INFO
Initial value:
 
  OBT::Singleton< OBT::Tracer >::getInstance().registerId( "TRACE INFO" )

Id for TRACE_INFO message.

Definition at line 18 of file OBTTrace.cpp.

const unsigned int OBT_TRACE_NOTICE
Initial value:
 
  OBT::Singleton< OBT::Tracer >::getInstance().registerId( "TRACE NOTICE" )

Id for TRACE_NOTICE message.

Definition at line 16 of file OBTTrace.cpp.

const unsigned int OBT_TRACE_WARNING
Initial value:
 
  OBT::Singleton< OBT::Tracer >::getInstance().registerId( "TRACE WARNING" )

Id for TRACE_WARNING message.

Definition at line 14 of file OBTTrace.cpp.


Generated on 1 Jan 2010 for OBT by  doxygen 1.6.1