ReXio
 All Classes Namespaces Functions Variables Friends
Log Class Reference

#include <log.h>

Collaboration diagram for Log:

Public Member Functions

 Log ()
 
virtual ~Log ()
 
std::ostringstream & Get (TLogLevel level=logINFO)
 

Static Public Member Functions

static TLogLevel & ReportingLevel ()
 
static std::string ToString (TLogLevel level)
 
static TLogLevel FromString (const std::string &level)
 

Protected Attributes

std::ostringstream os
 

Constructor & Destructor Documentation

Log::Log ( )
inline

Here is the caller graph for this function:

Log::~Log ( )
inlinevirtual

Member Function Documentation

TLogLevel Log::FromString ( const std::string &  level)
inlinestatic

Here is the call graph for this function:

std::ostringstream & Log::Get ( TLogLevel  level = logINFO)
inline

Here is the call graph for this function:

TLogLevel & Log::ReportingLevel ( )
inlinestatic
std::string Log::ToString ( TLogLevel  level)
inlinestatic

Here is the caller graph for this function:

Member Data Documentation

std::ostringstream Log::os
protected

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