|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectcom.metamatrix.soap.log.MMSOAPLog
public class MMSOAPLog
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 |
|---|
public MMSOAPLog(java.lang.String context,
com.metamatrix.internal.core.log.PlatformLog log)
| Method Detail |
|---|
public void log(int severity,
java.lang.String message)
Logger
log in interface Loggermessage - the message to be logged
public void log(int severity,
java.lang.Throwable t,
java.lang.String message)
LoggerThrowable with the supplied severity.
log in interface Loggerseverity - the severityt - the exception; may be nullmessage - the message to be logged
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||