com.sun.xml.ws.tx.at
Class LoggingImpl
java.lang.Object
com.sun.xml.ws.tx.at.LoggingImpl
- All Implemented Interfaces:
- Logging
public class LoggingImpl
- extends Object
- implements Logging
|
Method Summary |
String |
log(Logger logger,
Class loggerClass,
Level level,
String msgId,
Object[] args,
Throwable t)
|
String |
log(Logger logger,
Class loggerClass,
Level level,
String msgId,
Object args,
Throwable t)
|
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
LoggingImpl
public LoggingImpl()
log
public String log(Logger logger,
Class loggerClass,
Level level,
String msgId,
Object args,
Throwable t)
- Specified by:
log in interface Logging
log
public String log(Logger logger,
Class loggerClass,
Level level,
String msgId,
Object[] args,
Throwable t)
- Specified by:
log in interface Logging
Copyright © 2005-2011 Oracle Corporation. All Rights Reserved.