|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectcom.ibm.di.fc.webservice.util.WSLogUtil
public class WSLogUtil
Utility class used for logging messages.
Field Summary | |
---|---|
static Log |
logger
Shared static logger object |
Constructor Summary | |
---|---|
WSLogUtil()
|
Method Summary | |
---|---|
static void |
logdebug(String msg)
Logs debug information. |
static void |
logerror(String msg,
Throwable error)
Logs an error. |
static void |
logmsg(String msg)
Logs message. |
static void |
logwarn(String msg)
Logs warning message |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Field Detail |
---|
public static final Log logger
Constructor Detail |
---|
public WSLogUtil()
Method Detail |
---|
public static void logmsg(String msg)
msg
- message to log.public static void logerror(String msg, Throwable error)
msg
- message to the error.error
- error to log.public static void logdebug(String msg)
msg
- message to logpublic static void logwarn(String msg)
msg
- message to log.
|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |