com::softwareag::umtransport::LogListener Class Referenceabstract

This class provides a mechanism to override the default Logging within the umTransport code. This allows users to then log messaging using any log mechanism they want to use More...

#include <LogListener.h>

Public Member Functions

virtual void log (const std::string &message)=0
 This call receives generic String messages to be logged More...
 
virtual void log (const std::exception &ex)=0
 This call receives exceptions that have been thrown and need to be logged within the umTransport code base More...
 

Detailed Description

This class provides a mechanism to override the default Logging within the umTransport code. This allows users to then log messaging using any log mechanism they want to use

Member Function Documentation

virtual void com::softwareag::umtransport::LogListener::log ( const std::string &  message)
pure virtual

This call receives generic String messages to be logged

Parameters
message
virtual void com::softwareag::umtransport::LogListener::log ( const std::exception &  ex)
pure virtual

This call receives exceptions that have been thrown and need to be logged within the umTransport code base

Parameters
ex