reSIProcate/stack  9694
Private Member Functions
ExampleExternalLogger Class Reference
Inheritance diagram for ExampleExternalLogger:
Inheritance graph
[legend]
Collaboration diagram for ExampleExternalLogger:
Collaboration graph
[legend]

List of all members.

Private Member Functions

virtual bool operator() (Log::Level level, const Subsystem &subsystem, const Data &appName, const char *file, int line, const Data &message, const Data &messageWithHeaders)

Detailed Description

Definition at line 54 of file testExternalLogger.cxx.


Member Function Documentation

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

Implements resip::ExternalLogger.

Definition at line 56 of file testExternalLogger.cxx.

References resipCerr.

      {
         resipCerr << "ExampleExternalLogger " << level << " $ "
                   << subsystem << " $ " 
                   << appName << " $ "
                   << file << ":" << line
                   << " $ "
                   << message << std::endl;

         // supress normal logging
         return false;
      }

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