#include <source/toolbox/base/Logger.h>
Inheritance diagram for SAMRAI::tbox::Logger::Appender:
Public Member Functions | |
virtual void | logMessage (const std::string &message, const std::string &filename, const int line)=0 |
virtual | ~Appender () |
virtual SAMRAI::tbox::Logger::Appender::~Appender | ( | ) | [inline, virtual] |
virtual void SAMRAI::tbox::Logger::Appender::logMessage | ( | const std::string & | message, | |
const std::string & | filename, | |||
const int | line | |||
) | [pure virtual] |
Log a message with file and location information.