IBAMR  IBAMR version 0.19.
Public Member Functions | List of all members
SAMRAI::tbox::Logger::Appender Class Referenceabstract

#include <tbox/Logger.h>

Public Member Functions

virtual void logMessage (const std::string &message, const std::string &filename, const int line)=0
 
virtual ~Appender ()
 

Detailed Description

Interface for class that does the logging for the Logger.

Constructor & Destructor Documentation

◆ ~Appender()

virtual SAMRAI::tbox::Logger::Appender::~Appender ( )
inlinevirtual

Member Function Documentation

◆ logMessage()

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.


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