reSIProcate/rutil  9694
Public Member Functions
resip::ExternalLogger Class Reference

Interface functor for external logging. More...

#include <Log.hxx>

Inheritance diagram for resip::ExternalLogger:
Inheritance graph
[legend]

List of all members.

Public Member Functions

virtual ~ExternalLogger ()
virtual bool operator() (Log::Level level, const Subsystem &subsystem, const Data &appName, const char *file, int line, const Data &message, const Data &messageWithHeaders)=0
 return true to also do default logging, false to suppress default logging.

Detailed Description

Interface functor for external logging.

Definition at line 404 of file Log.hxx.


Constructor & Destructor Documentation

virtual resip::ExternalLogger::~ExternalLogger ( ) [inline, virtual]

Definition at line 407 of file Log.hxx.

{};

Member Function Documentation

virtual bool resip::ExternalLogger::operator() ( Log::Level  level,
const Subsystem subsystem,
const Data appName,
const char *  file,
int  line,
const Data message,
const Data messageWithHeaders 
) [pure virtual]

return true to also do default logging, false to suppress default logging.

Implemented in TestExternalLogger.


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