|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectoemware.core.util.LogUtils
public final class LogUtils
The log utils.
| Constructor Summary | |
|---|---|
LogUtils()
|
|
| Method Summary | |
|---|---|
static org.apache.commons.logging.Log |
getLog(java.lang.Object pObject)
Returns the log for the object. |
static void |
logError(org.apache.commons.logging.Log pLogger,
java.lang.String pComponentId,
java.lang.String pMessage)
Log the pipe excepiton. |
static void |
logError(org.apache.commons.logging.Log pLogger,
java.lang.String pComponentId,
java.lang.String pMessage,
java.lang.Throwable pThrowable)
Log the named pipe excepiton. |
static void |
logError(org.apache.commons.logging.Log pLogger,
java.lang.String pComponentId,
java.lang.Throwable pThrowable)
Log the named pipe excepiton. |
static void |
logWarn(org.apache.commons.logging.Log pLogger,
java.lang.String pComponentId,
java.lang.String pMessage)
Log the warning. |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
|---|
public LogUtils()
| Method Detail |
|---|
public static final org.apache.commons.logging.Log getLog(java.lang.Object pObject)
pObject - The value.
public static final void logWarn(org.apache.commons.logging.Log pLogger,
java.lang.String pComponentId,
java.lang.String pMessage)
pLogger - The log.pComponentId - The component id.pMessage - The message.
public static final void logError(org.apache.commons.logging.Log pLogger,
java.lang.String pComponentId,
java.lang.String pMessage)
pLogger - The log.pComponentId - The component id.pMessage - The message.
public static final void logError(org.apache.commons.logging.Log pLogger,
java.lang.String pComponentId,
java.lang.Throwable pThrowable)
pLogger - The log.pComponentId - The component id.pThrowable - The exception.
public static final void logError(org.apache.commons.logging.Log pLogger,
java.lang.String pComponentId,
java.lang.String pMessage,
java.lang.Throwable pThrowable)
pLogger - The log.pComponentId - The component id.pThrowable - The exception.pMessage - The message.
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||