com.metamatrix.soap.log
Class MMSOAPLog

java.lang.Object
  extended by com.metamatrix.soap.log.MMSOAPLog
All Implemented Interfaces:
Logger

public class MMSOAPLog
extends java.lang.Object
implements Logger

MMSOAPLog


Constructor Summary
MMSOAPLog(java.lang.String context, com.metamatrix.internal.core.log.PlatformLog log)
           
 
Method Summary
 void log(int severity, java.lang.String message)
          Logs the given message with the supplied severity.
 void log(int severity, java.lang.Throwable t, java.lang.String message)
          Logs the given message and Throwable with the supplied severity.
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

MMSOAPLog

public MMSOAPLog(java.lang.String context,
                 com.metamatrix.internal.core.log.PlatformLog log)
Method Detail

log

public void log(int severity,
                java.lang.String message)
Description copied from interface: Logger
Logs the given message with the supplied severity.

Specified by:
log in interface Logger
message - the message to be logged

log

public void log(int severity,
                java.lang.Throwable t,
                java.lang.String message)
Description copied from interface: Logger
Logs the given message and Throwable with the supplied severity.

Specified by:
log in interface Logger
Parameters:
severity - the severity
t - the exception; may be null
message - the message to be logged


Copyright © 2009. All Rights Reserved.