openModeller  Version 1.5.0
Log.cpp File Reference
#include <openmodeller/Log.hh>
#include <openmodeller/Exceptions.hh>
#include <string.h>
Include dependency graph for Log.cpp:

Go to the source code of this file.

Classes

class  StdFileLogCallback
 

Variables

const char * LevelLabels [5]
 

Variable Documentation

const char* LevelLabels[5]
Initial value:
=
{
"[Debug] ",
"",
"[Info] ",
"[Warn] ",
"[Error] "
}

Definition at line 110 of file Log.cpp.

Referenced by Log::FormatAndWrite().