LogTrace Class Reference
[Log Trace]

#include <LogTrace.h>

List of all members.

Static Public Member Functions

static void fatal (const string &fatalMessage)
 Fatal error, print an error message and exit.
static void warning (const string &warningMessage)
 Warning message.
static void info (const string &infoMessage)
 Info message.
static void debug (int level, const string &infoMessage, int customLevel=0)
 Debug message.
static int getDebugLevel (int customLevel)
 Get debugLevel.


Member Function Documentation

void LogTrace::fatal ( const string &  fatalMessage  )  [static]

Fatal error, print an error message and exit.

Parameters:
[in] fatalMessage Error message to print

void LogTrace::warning ( const string &  warningMessage  )  [static]

Warning message.

Parameters:
[in] warningMessage Warning message to print

void LogTrace::info ( const string &  infoMessage  )  [static]

Info message.

Parameters:
[in] infoMessage Info message to print.

void LogTrace::debug ( int  level,
const string &  infoMessage,
int  customLevel = 0 
) [static]

Debug message.

Parameters:
[in] infoMessage Info message to print.

int LogTrace::getDebugLevel ( int  customLevel  )  [static]

Get debugLevel.

Returns:
debug level (integer)


The documentation for this class was generated from the following files:

Generated on Mon Feb 20 07:01:09 2017 for MIP by  doxygen 1.5.6