ffead.server.doc
Logger Class Reference

Public Member Functions

void info (string)
 
void debug (string)
 
void error (string)
 

Static Public Member Functions

static Logger getLogger (string className)
 
static void init ()
 
static void destroy ()
 
static void init (string file)
 
static void init (string level, string mode, string file)
 

Static Public Attributes

static string LEVEL_ERROR = "ERROR"
 
static string LEVEL_DEBUG = "DEBUG"
 
static string LEVEL_INFO = "INFO"
 

Friends

template<typename T >
Loggeroperator<< (Logger &logger, T msg)
 
Loggeroperator<< (Logger &logger, ostream &(*pf)(ostream &))
 

Detailed Description

Definition at line 28 of file Logger.h.


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