activemq::logger::SimpleLogger Class Reference

#include <SimpleLogger.h>

List of all members.

Public Member Functions

 SimpleLogger (const std::string &name)
virtual ~SimpleLogger ()
virtual void mark (const std::string &message)
virtual void debug (const std::string &file, const int line, const std::string &message)
virtual void info (const std::string &file, const int line, const std::string &message)
virtual void warn (const std::string &file, const int line, const std::string &message)
virtual void error (const std::string &file, const int line, const std::string &message)
virtual void fatal (const std::string &file, const int line, const std::string &message)
virtual void log (const std::string &message)

Private Attributes

std::string name


Constructor & Destructor Documentation

SimpleLogger::SimpleLogger const std::string &  name  ) 
 

Constructor

SimpleLogger::~SimpleLogger  )  [virtual]
 

Destructor


Member Function Documentation

void SimpleLogger::debug const std::string &  file,
const int  line,
const std::string &  message
[virtual]
 

Log a Debug Level Log

void SimpleLogger::error const std::string &  file,
const int  line,
const std::string &  message
[virtual]
 

Log a Error Level Log

void SimpleLogger::fatal const std::string &  file,
const int  line,
const std::string &  message
[virtual]
 

Log a Fatal Level Log

void SimpleLogger::info const std::string &  file,
const int  line,
const std::string &  message
[virtual]
 

Log a Informational Level Log

void SimpleLogger::log const std::string &  message  )  [virtual]
 

No-frills log.

void SimpleLogger::mark const std::string &  message  )  [virtual]
 

Log a Mark Block Level Log

void SimpleLogger::warn const std::string &  file,
const int  line,
const std::string &  message
[virtual]
 

Log a Warning Level Log


Member Data Documentation

std::string activemq::logger::SimpleLogger::name [private]
 


The documentation for this class was generated from the following files:
Generated on Thu Aug 3 18:03:33 2006 for activemq-cpp by  doxygen 1.4.5