com.metamatrix.core.log
Interface Logger

All Known Implementing Classes:
MMSOAPLog, NullLogger

public interface Logger

Logger


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.
 

Method Detail

log

void log(int severity,
         java.lang.String message)
Logs the given message with the supplied severity.

Parameters:
severity -
message - the message to be logged

log

void log(int severity,
         java.lang.Throwable t,
         java.lang.String message)
Logs the given message and Throwable with the supplied severity.

Parameters:
severity - the severity
message - the message to be logged
t - the exception; may be null


Copyright © 2009. All Rights Reserved.