|
|||||||||||
| 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(java.lang.String msg)
Logs debug information. |
static void |
logerror(java.lang.String msg,
java.lang.Throwable error)
Logs an error. |
static void |
logmsg(java.lang.String msg)
Logs message. |
static void |
logwarn(java.lang.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(java.lang.String msg)
msg - message to log.
public static void logerror(java.lang.String msg,
java.lang.Throwable error)
msg - message to the error.error - error to log.public static void logdebug(java.lang.String msg)
msg - message to logpublic static void logwarn(java.lang.String msg)
msg - message to log.
|
|||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||||