com.softwareag.um.io.LogListener Interface Reference

This class provides a mechanism to override the default Logging within the umTransport code. More...

Public Member Functions

void log (String message)
 This call receives generic String messages to be logged. More...
 
void log (Throwable ex)
 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

void com.softwareag.um.io.LogListener.log ( String  message)

This call receives generic String messages to be logged.

Parameters
message
void com.softwareag.um.io.LogListener.log ( Throwable  ex)

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

Parameters
ex