|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectcom.metamatrix.common.log.I18nLogManager
LogManager
public final class I18nLogManager
Method Summary | |
---|---|
static void |
logError(java.lang.String context,
java.lang.String msgID,
java.lang.Throwable e)
Deprecated. Send an error message to the log. |
static void |
logError(java.lang.String context,
java.lang.String msgID,
java.lang.Throwable e,
java.lang.Object msgPart)
Deprecated. Send an error message to the log. |
static void |
logError(java.lang.String context,
java.lang.String msgID,
java.lang.Throwable e,
java.lang.Object[] msgParts)
Deprecated. Send an error message to the log. |
static void |
logInfo(java.lang.String context,
java.lang.String msgID,
java.lang.Object[] msgParts)
Deprecated. Send a information message to the log. |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Method Detail |
---|
public static void logError(java.lang.String context, java.lang.String msgID, java.lang.Throwable e)
Only if the log manager is configured to send such messages to the destination will the message be recorded.
context
- the context for this log message (for example, the component
that is generating this message).msgID
- is the unique id that identifies the message in the resource bundlese
- the exception that is to be logged; the message is
not logged if this parameter is nullpublic static void logError(java.lang.String context, java.lang.String msgID, java.lang.Throwable e, java.lang.Object[] msgParts)
Only if the log manager is configured to send such messages to the destination will the message be recorded.
context
- the context for this log message (for example, the component
that is generating this message).msgID
- is the unique id that identifies the message in the resource bundles * @param e the exception that is to be logged; the message is
not logged if this parameter is nullmsgParts
- the individual parts of the log message (may be null)public static void logError(java.lang.String context, java.lang.String msgID, java.lang.Throwable e, java.lang.Object msgPart)
Only if the log manager is configured to send such messages to the destination will the message be recorded.
context
- the context for this log message (for example, the component
that is generating this message).msgID
- is the unique id that identifies the message in the resource bundles * @param e the exception that is to be logged; the message is
not logged if this parameter is nullmsgPart
- the individual part of the log message (may be null)public static void logInfo(java.lang.String context, java.lang.String msgID, java.lang.Object[] msgParts)
Only if the log manager is configured to send such messages to the destination will the message be recorded.
context
- the context for this log message (for example, the component
that is generating this message).msgID
- is the unique id that identifies the message in the resource bundlesmsgParts
- the individual parts of the log message; the message is
not logged if this parameter is null
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |