activemq-cpp-3.9.5
decaf::util::logging::SimpleLogger Class Reference

#include <src/main/decaf/util/logging/SimpleLogger.h>

Public Member Functions

 SimpleLogger (const std::string &name)
 Constructor.
 
virtual ~SimpleLogger ()
 Destructor.
 
virtual void mark (const std::string &message)
 Log a Mark Block Level Log.
 
virtual void debug (const std::string &file, const int line, const std::string &message)
 Log a Debug Level Log.
 
virtual void info (const std::string &file, const int line, const std::string &message)
 Log a Informational Level Log.
 
virtual void warn (const std::string &file, const int line, const std::string &message)
 Log a Warning Level Log.
 
virtual void error (const std::string &file, const int line, const std::string &message)
 Log a Error Level Log.
 
virtual void fatal (const std::string &file, const int line, const std::string &message)
 Log a Fatal Level Log.
 
virtual void log (const std::string &message)
 No-frills log.
 

Constructor & Destructor Documentation

◆ SimpleLogger()

decaf::util::logging::SimpleLogger::SimpleLogger ( const std::string & name)

Constructor.

◆ ~SimpleLogger()

virtual decaf::util::logging::SimpleLogger::~SimpleLogger ( )
virtual

Destructor.

Member Function Documentation

◆ debug()

virtual void decaf::util::logging::SimpleLogger::debug ( const std::string & file,
const int line,
const std::string & message )
virtual

Log a Debug Level Log.

◆ error()

virtual void decaf::util::logging::SimpleLogger::error ( const std::string & file,
const int line,
const std::string & message )
virtual

Log a Error Level Log.

◆ fatal()

virtual void decaf::util::logging::SimpleLogger::fatal ( const std::string & file,
const int line,
const std::string & message )
virtual

Log a Fatal Level Log.

◆ info()

virtual void decaf::util::logging::SimpleLogger::info ( const std::string & file,
const int line,
const std::string & message )
virtual

Log a Informational Level Log.

◆ log()

virtual void decaf::util::logging::SimpleLogger::log ( const std::string & message)
virtual

No-frills log.

◆ mark()

virtual void decaf::util::logging::SimpleLogger::mark ( const std::string & message)
virtual

Log a Mark Block Level Log.

◆ warn()

virtual void decaf::util::logging::SimpleLogger::warn ( const std::string & file,
const int line,
const std::string & message )
virtual

Log a Warning Level Log.


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