|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectcom.sun.idm.logging.Logger
com.sun.idm.logging.syslog.Syslog
A Logger for recording to a system event log (currently restricted to error messages). One Syslog exists per Component registered with the SyslogManager.
Field Summary | |
static java.lang.String |
ATTR_COMPONENT
|
static java.lang.String |
ATTR_ERRCODE
|
static java.lang.String |
ATTR_EVENT
|
static java.lang.String |
ATTR_EXCEPTION
|
static java.lang.String |
ATTR_MSG
|
static java.lang.String |
ATTR_SERVER
|
static java.lang.String |
ATTR_SEVERITY
|
static java.lang.String |
ATTR_TIMESTAMP
|
static java.lang.String |
code_id
|
Fields inherited from class com.sun.idm.logging.Logger |
_filter, _handler, _publisher |
Method Summary | |
void |
error(java.lang.String errCode,
Message msg)
Log a component error to the system log. |
void |
error(java.lang.String errCode,
java.lang.String msgKey)
Log a component error to the system log. |
void |
error(java.lang.String errCode,
java.lang.String msgKey,
java.lang.Object msgArg)
Log a component error to the system log. |
void |
error(java.lang.String errCode,
java.lang.String msgKey,
java.lang.Object msgArg1,
java.lang.Object msgArg2)
Log a component error to the system log. |
void |
error(java.lang.String errCode,
java.lang.String msgKey,
java.lang.Object msgArg1,
java.lang.Object msgArg2,
java.lang.Object msgArg3)
Log a component error to the system log. |
void |
error(java.lang.String errCode,
java.lang.Throwable t,
Message msg)
Log a component error triggered by an exception to the system log. |
void |
error(java.lang.String errCode,
java.lang.Throwable t,
java.lang.String msgKey)
Log a component error triggered by an exception to the system log. |
void |
error(java.lang.String errCode,
java.lang.Throwable t,
java.lang.String msgKey,
java.lang.Object msgArg)
Log a component error triggered by an exception to the system log. |
void |
error(java.lang.String errCode,
java.lang.Throwable t,
java.lang.String msgKey,
java.lang.Object msgArg1,
java.lang.Object msgArg2)
Log a component error triggered by an exception to the system log. |
void |
error(java.lang.String errCode,
java.lang.Throwable t,
java.lang.String msgKey,
java.lang.Object msgArg1,
java.lang.Object msgArg2,
java.lang.Object msgArg3)
Log a component error triggered by an exception to the system log. |
java.lang.String |
errorEvent(java.lang.String errCode,
Message msg)
Log a component error to the system log. |
java.lang.String |
errorEvent(java.lang.String errCode,
java.lang.String msgKey)
Log a component error to the system log. |
java.lang.String |
errorEvent(java.lang.String errCode,
java.lang.String msgKey,
java.lang.Object msgArg)
Log a component error to the system log. |
java.lang.String |
errorEvent(java.lang.String errCode,
java.lang.String msgKey,
java.lang.Object msgArg1,
java.lang.Object msgArg2)
Log a component error to the system log. |
java.lang.String |
errorEvent(java.lang.String errCode,
java.lang.String msgKey,
java.lang.Object msgArg1,
java.lang.Object msgArg2,
java.lang.Object msgArg3)
Log a component error to the system log. |
java.lang.String |
errorEvent(java.lang.String errCode,
java.lang.Throwable t,
Message msg)
Log a component error triggered by an exception to the system log. |
java.lang.String |
errorEvent(java.lang.String errCode,
java.lang.Throwable t,
java.lang.String msgKey)
Log a component error triggered by an exception to the system log. |
java.lang.String |
errorEvent(java.lang.String errCode,
java.lang.Throwable t,
java.lang.String msgKey,
java.lang.Object msgArg)
Log a component error triggered by an exception to the system log. |
java.lang.String |
errorEvent(java.lang.String errCode,
java.lang.Throwable t,
java.lang.String msgKey,
java.lang.Object msgArg1,
java.lang.Object msgArg2)
Log a component error triggered by an exception to the system log. |
java.lang.String |
errorEvent(java.lang.String errCode,
java.lang.Throwable t,
java.lang.String msgKey,
java.lang.Object msgArg1,
java.lang.Object msgArg2,
java.lang.Object msgArg3)
Log a component error triggered by an exception to the system log. |
void |
fatal(java.lang.String errCode,
Message msg)
Log a fatal component error to the system log. |
void |
fatal(java.lang.String errCode,
java.lang.String msgKey)
Log a fatal component error to the system log. |
void |
fatal(java.lang.String errCode,
java.lang.String msgKey,
java.lang.Object msgArg)
Log a fatal component error to the system log. |
void |
fatal(java.lang.String errCode,
java.lang.String msgKey,
java.lang.Object msgArg1,
java.lang.Object msgArg2)
Log a fatal component error to the system log. |
void |
fatal(java.lang.String errCode,
java.lang.String msgKey,
java.lang.Object msgArg1,
java.lang.Object msgArg2,
java.lang.Object msgArg3)
Log a fatal component error to the system log. |
void |
fatal(java.lang.String errCode,
java.lang.Throwable t,
Message msg)
Log a fatal component error triggered by an exception to the system log. |
void |
fatal(java.lang.String errCode,
java.lang.Throwable t,
java.lang.String msgKey)
Log a fatal component error triggered by an exception to the system log. |
void |
fatal(java.lang.String errCode,
java.lang.Throwable t,
java.lang.String msgKey,
java.lang.Object msgArg)
Log a fatal component error triggered by an exception to the system log. |
void |
fatal(java.lang.String errCode,
java.lang.Throwable t,
java.lang.String msgKey,
java.lang.Object msgArg1,
java.lang.Object msgArg2)
Log a fatal component error triggered by an exception to the system log. |
void |
fatal(java.lang.String errCode,
java.lang.Throwable t,
java.lang.String msgKey,
java.lang.Object msgArg1,
java.lang.Object msgArg2,
java.lang.Object msgArg3)
Log a fatal component error triggered by an exception to the system log. |
java.lang.String |
fatalEvent(java.lang.String errCode,
Message msg)
Log a fatal component error to the system log. |
java.lang.String |
fatalEvent(java.lang.String errCode,
java.lang.String msgKey)
Log a fatal component error to the system log. |
java.lang.String |
fatalEvent(java.lang.String errCode,
java.lang.String msgKey,
java.lang.Object msgArg)
Log a fatal component error to the system log. |
java.lang.String |
fatalEvent(java.lang.String errCode,
java.lang.String msgKey,
java.lang.Object msgArg1,
java.lang.Object msgArg2)
Log a fatal component error to the system log. |
java.lang.String |
fatalEvent(java.lang.String errCode,
java.lang.String msgKey,
java.lang.Object msgArg1,
java.lang.Object msgArg2,
java.lang.Object msgArg3)
Log a fatal component error to the system log. |
java.lang.String |
fatalEvent(java.lang.String errCode,
java.lang.Throwable t,
Message msg)
Log a fatal component error triggered by an exception to the system log. |
java.lang.String |
fatalEvent(java.lang.String errCode,
java.lang.Throwable t,
java.lang.String msgKey)
Log a fatal component error triggered by an exception to the system log. |
java.lang.String |
fatalEvent(java.lang.String errCode,
java.lang.Throwable t,
java.lang.String msgKey,
java.lang.Object msgArg)
Log a fatal component error triggered by an exception to the system log. |
java.lang.String |
fatalEvent(java.lang.String errCode,
java.lang.Throwable t,
java.lang.String msgKey,
java.lang.Object msgArg1,
java.lang.Object msgArg2)
Log a fatal component error triggered by an exception to the system log. |
java.lang.String |
fatalEvent(java.lang.String errCode,
java.lang.Throwable t,
java.lang.String msgKey,
java.lang.Object msgArg1,
java.lang.Object msgArg2,
java.lang.Object msgArg3)
Log a fatal component error triggered by an exception to the system log. |
void |
log(Severity severity,
java.lang.String errCode,
Message errMsg)
Log a component error to the system log assigning the specified severity. |
void |
log(Severity severity,
java.lang.String errCode,
java.lang.Throwable t,
Message errMsg)
Log a component error triggered by an exception to the system log assigning the specified severity. |
java.lang.String |
logEvent(Severity severity,
java.lang.String errCode,
Message errMsg)
Log a component error to the system log assigning the specified severity. |
java.lang.String |
logEvent(Severity severity,
java.lang.String errCode,
java.lang.Throwable t,
Message errMsg)
Log a component error triggered by an exception to the system log assigning the specified severity. |
void |
warning(java.lang.String errCode,
Message msg)
Log a component warning to the system log. |
void |
warning(java.lang.String errCode,
java.lang.String msgKey)
Log a component warning to the system log. |
void |
warning(java.lang.String errCode,
java.lang.String msgKey,
java.lang.Object msgArg)
Log a component warning to the system log. |
void |
warning(java.lang.String errCode,
java.lang.String msgKey,
java.lang.Object msgArg1,
java.lang.Object msgArg2)
Log a component warning to the system log. |
void |
warning(java.lang.String errCode,
java.lang.String msgKey,
java.lang.Object msgArg1,
java.lang.Object msgArg2,
java.lang.Object msgArg3)
Log a component warning to the system log. |
void |
warning(java.lang.String errCode,
java.lang.Throwable t,
Message msg)
Log a component warning triggered by an exception to the system log. |
void |
warning(java.lang.String errCode,
java.lang.Throwable t,
java.lang.String msgKey)
Log a component warning triggered by an exception to the system log. |
void |
warning(java.lang.String errCode,
java.lang.Throwable t,
java.lang.String msgKey,
java.lang.Object msgArg)
Log a component warning triggered by an exception to the system log. |
void |
warning(java.lang.String errCode,
java.lang.Throwable t,
java.lang.String msgKey,
java.lang.Object msgArg1,
java.lang.Object msgArg2)
Log a component warning triggered by an exception to the system log. |
void |
warning(java.lang.String errCode,
java.lang.Throwable t,
java.lang.String msgKey,
java.lang.Object msgArg1,
java.lang.Object msgArg2,
java.lang.Object msgArg3)
Log a component warning triggered by an exception to the system log. |
java.lang.String |
warningEvent(java.lang.String errCode,
Message msg)
Log a component warning to the system log. |
java.lang.String |
warningEvent(java.lang.String errCode,
java.lang.String msgKey)
Log a component warning to the system log. |
java.lang.String |
warningEvent(java.lang.String errCode,
java.lang.String msgKey,
java.lang.Object msgArg)
Log a component warning to the system log. |
java.lang.String |
warningEvent(java.lang.String errCode,
java.lang.String msgKey,
java.lang.Object msgArg1,
java.lang.Object msgArg2)
Log a component warning to the system log. |
java.lang.String |
warningEvent(java.lang.String errCode,
java.lang.String msgKey,
java.lang.Object msgArg1,
java.lang.Object msgArg2,
java.lang.Object msgArg3)
Log a component warning to the system log. |
java.lang.String |
warningEvent(java.lang.String errCode,
java.lang.Throwable t,
Message msg)
Log a component warning triggered by an exception to the system log. |
java.lang.String |
warningEvent(java.lang.String errCode,
java.lang.Throwable t,
java.lang.String msgKey)
Log a component warning triggered by an exception to the system log. |
java.lang.String |
warningEvent(java.lang.String errCode,
java.lang.Throwable t,
java.lang.String msgKey,
java.lang.Object msgArg)
Log a component warning triggered by an exception to the system log. |
java.lang.String |
warningEvent(java.lang.String errCode,
java.lang.Throwable t,
java.lang.String msgKey,
java.lang.Object msgArg1,
java.lang.Object msgArg2)
Log a component warning triggered by an exception to the system log. |
java.lang.String |
warningEvent(java.lang.String errCode,
java.lang.Throwable t,
java.lang.String msgKey,
java.lang.Object msgArg1,
java.lang.Object msgArg2,
java.lang.Object msgArg3)
Log a component warning triggered by an exception to the system log. |
Methods inherited from class com.sun.idm.logging.Logger |
configurationChanged, publishRecord, setErrorHandler, setFilter, setPublisher |
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Field Detail |
public static final java.lang.String code_id
public static final java.lang.String ATTR_TIMESTAMP
public static final java.lang.String ATTR_COMPONENT
public static final java.lang.String ATTR_SERVER
public static final java.lang.String ATTR_SEVERITY
public static final java.lang.String ATTR_ERRCODE
public static final java.lang.String ATTR_EXCEPTION
public static final java.lang.String ATTR_MSG
public static final java.lang.String ATTR_EVENT
Method Detail |
public void log(Severity severity, java.lang.String errCode, Message errMsg)
severity
- - the severity of the error.errCode
- - the error code associated with the error.errMsg
- - the error text.public java.lang.String logEvent(Severity severity, java.lang.String errCode, Message errMsg)
severity
- - the severity of the error.errCode
- - the error code associated with the error.errMsg
- - the error text.
public void log(Severity severity, java.lang.String errCode, java.lang.Throwable t, Message errMsg)
severity
- - the severity of the error.errCode
- - the error code associated with the error.t
- - the exception which signalled the error.errMsg
- - the error text.public java.lang.String logEvent(Severity severity, java.lang.String errCode, java.lang.Throwable t, Message errMsg)
severity
- - the severity of the error.errCode
- - the error code associated with the error.t
- - the exception which signalled the error.errMsg
- - the error text.
public void fatal(java.lang.String errCode, java.lang.String msgKey)
errCode
- - the error code associated with the error.msgKey
- - a message key for the error text message.public java.lang.String fatalEvent(java.lang.String errCode, java.lang.String msgKey)
errCode
- - the error code associated with the error.msgKey
- - a message key for the error text message.
public void fatal(java.lang.String errCode, java.lang.Throwable t, java.lang.String msgKey)
errCode
- - the error code associated with the error.t
- - the exception which signalled the error.msgKey
- - a message key for the error text message.public java.lang.String fatalEvent(java.lang.String errCode, java.lang.Throwable t, java.lang.String msgKey)
errCode
- - the error code associated with the error.t
- - the exception which signalled the error.msgKey
- - a message key for the error text message.
public void fatal(java.lang.String errCode, java.lang.String msgKey, java.lang.Object msgArg)
errCode
- - the error code associated with the error.msgKey
- - a message key for the error text message.msgArg
- - an argument for the error text message.public java.lang.String fatalEvent(java.lang.String errCode, java.lang.String msgKey, java.lang.Object msgArg)
errCode
- - the error code associated with the error.msgKey
- - a message key for the error text message.msgArg
- - an argument for the error text message.
public void fatal(java.lang.String errCode, java.lang.Throwable t, java.lang.String msgKey, java.lang.Object msgArg)
errCode
- - the error code associated with the error.t
- - the exception which signalled the error.msgKey
- - a message key for the error text message.msgArg
- - an argument for the error text message.public java.lang.String fatalEvent(java.lang.String errCode, java.lang.Throwable t, java.lang.String msgKey, java.lang.Object msgArg)
errCode
- - the error code associated with the error.t
- - the exception which signalled the error.msgKey
- - a message key for the error text message.msgArg
- - an argument for the error text message.
public void fatal(java.lang.String errCode, java.lang.String msgKey, java.lang.Object msgArg1, java.lang.Object msgArg2)
errCode
- - the error code associated with the error.msgKey
- - a message key for the error text message.msgArg1
- - the first argument for the error text message.msgArg2
- - the second argument for the error text message.public java.lang.String fatalEvent(java.lang.String errCode, java.lang.String msgKey, java.lang.Object msgArg1, java.lang.Object msgArg2)
errCode
- - the error code associated with the error.msgKey
- - a message key for the error text message.msgArg1
- - the first argument for the error text message.msgArg2
- - the second argument for the error text message.
public void fatal(java.lang.String errCode, java.lang.Throwable t, java.lang.String msgKey, java.lang.Object msgArg1, java.lang.Object msgArg2)
errCode
- - the error code associated with the error.t
- - the exception which signalled the error.msgKey
- - a message key for the error text message.msgArg1
- - the first argument for the error text message.msgArg2
- - the second argument for the error text message.public java.lang.String fatalEvent(java.lang.String errCode, java.lang.Throwable t, java.lang.String msgKey, java.lang.Object msgArg1, java.lang.Object msgArg2)
errCode
- - the error code associated with the error.t
- - the exception which signalled the error.msgKey
- - a message key for the error text message.msgArg1
- - the first argument for the error text message.msgArg2
- - the second argument for the error text message.
public void fatal(java.lang.String errCode, java.lang.String msgKey, java.lang.Object msgArg1, java.lang.Object msgArg2, java.lang.Object msgArg3)
errCode
- - the error code associated with the error.msgKey
- - a message key for the error text message.msgArg1
- - the first argument for the error text message.msgArg2
- - the second argument for the error text message.msgArg3
- - the third argument for the error text message.public java.lang.String fatalEvent(java.lang.String errCode, java.lang.String msgKey, java.lang.Object msgArg1, java.lang.Object msgArg2, java.lang.Object msgArg3)
errCode
- - the error code associated with the error.msgKey
- - a message key for the error text message.msgArg1
- - the first argument for the error text message.msgArg2
- - the second argument for the error text message.msgArg3
- - the third argument for the error text message.
public void fatal(java.lang.String errCode, java.lang.Throwable t, java.lang.String msgKey, java.lang.Object msgArg1, java.lang.Object msgArg2, java.lang.Object msgArg3)
errCode
- - the error code associated with the error.t
- - the exception which signalled the error.msgKey
- - a message key for the error text message.msgArg1
- - the first argument for the error text message.msgArg2
- - the second argument for the error text message.msgArg3
- - the third argument for the error text message.public java.lang.String fatalEvent(java.lang.String errCode, java.lang.Throwable t, java.lang.String msgKey, java.lang.Object msgArg1, java.lang.Object msgArg2, java.lang.Object msgArg3)
errCode
- - the error code associated with the error.t
- - the exception which signalled the error.msgKey
- - a message key for the error text message.msgArg1
- - the first argument for the error text message.msgArg2
- - the second argument for the error text message.msgArg3
- - the third argument for the error text message.
public void fatal(java.lang.String errCode, Message msg)
errCode
- - the error code associated with the error.msg
- - the error text.public java.lang.String fatalEvent(java.lang.String errCode, Message msg)
errCode
- - the error code associated with the error.msg
- - the error text.
public void fatal(java.lang.String errCode, java.lang.Throwable t, Message msg)
errCode
- - the error code associated with the error.t
- - the exception which signalled the error.msg
- - the error text.public java.lang.String fatalEvent(java.lang.String errCode, java.lang.Throwable t, Message msg)
errCode
- - the error code associated with the error.t
- - the exception which signalled the error.msg
- - the error text.
public void error(java.lang.String errCode, java.lang.String msgKey)
errCode
- - the error code associated with the error.msgKey
- - a message key for the error text message.public java.lang.String errorEvent(java.lang.String errCode, java.lang.String msgKey)
errCode
- - the error code associated with the error.msgKey
- - a message key for the error text message.
public void error(java.lang.String errCode, java.lang.Throwable t, java.lang.String msgKey)
errCode
- - the error code associated with the error.t
- - the exception which signalled the error.msgKey
- - a message key for the error text message.public java.lang.String errorEvent(java.lang.String errCode, java.lang.Throwable t, java.lang.String msgKey)
errCode
- - the error code associated with the error.t
- - the exception which signalled the error.msgKey
- - a message key for the error text message.
public void error(java.lang.String errCode, java.lang.String msgKey, java.lang.Object msgArg)
errCode
- - the error code associated with the error.msgKey
- - a message key for the error text message.msgArg
- - an argument for the error text message.public java.lang.String errorEvent(java.lang.String errCode, java.lang.String msgKey, java.lang.Object msgArg)
errCode
- - the error code associated with the error.msgKey
- - a message key for the error text message.msgArg
- - an argument for the error text message.
public void error(java.lang.String errCode, java.lang.Throwable t, java.lang.String msgKey, java.lang.Object msgArg)
errCode
- - the error code associated with the error.t
- - the exception which signalled the error.msgKey
- - a message key for the error text message.msgArg
- - an argument for the error text message.public java.lang.String errorEvent(java.lang.String errCode, java.lang.Throwable t, java.lang.String msgKey, java.lang.Object msgArg)
errCode
- - the error code associated with the error.t
- - the exception which signalled the error.msgKey
- - a message key for the error text message.msgArg
- - an argument for the error text message.
public void error(java.lang.String errCode, java.lang.String msgKey, java.lang.Object msgArg1, java.lang.Object msgArg2)
errCode
- - the error code associated with the error.msgKey
- - a message key for the error text message.msgArg1
- - the first argument for the error text message.msgArg2
- - the second argument for the error text message.public java.lang.String errorEvent(java.lang.String errCode, java.lang.String msgKey, java.lang.Object msgArg1, java.lang.Object msgArg2)
errCode
- - the error code associated with the error.msgKey
- - a message key for the error text message.msgArg1
- - the first argument for the error text message.msgArg2
- - the second argument for the error text message.
public void error(java.lang.String errCode, java.lang.Throwable t, java.lang.String msgKey, java.lang.Object msgArg1, java.lang.Object msgArg2)
errCode
- - the error code associated with the error.t
- - the exception which signalled the error.msgKey
- - a message key for the error text message.msgArg1
- - the first argument for the error text message.msgArg2
- - the second argument for the error text message.public java.lang.String errorEvent(java.lang.String errCode, java.lang.Throwable t, java.lang.String msgKey, java.lang.Object msgArg1, java.lang.Object msgArg2)
errCode
- - the error code associated with the error.t
- - the exception which signalled the error.msgKey
- - a message key for the error text message.msgArg1
- - the first argument for the error text message.msgArg2
- - the second argument for the error text message.
public void error(java.lang.String errCode, java.lang.String msgKey, java.lang.Object msgArg1, java.lang.Object msgArg2, java.lang.Object msgArg3)
errCode
- - the error code associated with the error.msgKey
- - a message key for the error text message.msgArg1
- - the first argument for the error text message.msgArg2
- - the second argument for the error text message.msgArg3
- - the third argument for the error text message.public java.lang.String errorEvent(java.lang.String errCode, java.lang.String msgKey, java.lang.Object msgArg1, java.lang.Object msgArg2, java.lang.Object msgArg3)
errCode
- - the error code associated with the error.msgKey
- - a message key for the error text message.msgArg1
- - the first argument for the error text message.msgArg2
- - the second argument for the error text message.msgArg3
- - the third argument for the error text message.
public void error(java.lang.String errCode, java.lang.Throwable t, java.lang.String msgKey, java.lang.Object msgArg1, java.lang.Object msgArg2, java.lang.Object msgArg3)
errCode
- - the error code associated with the error.t
- - the exception which signalled the error.msgKey
- - a message key for the error text message.msgArg1
- - the first argument for the error text message.msgArg2
- - the second argument for the error text message.msgArg3
- - the third argument for the error text message.public java.lang.String errorEvent(java.lang.String errCode, java.lang.Throwable t, java.lang.String msgKey, java.lang.Object msgArg1, java.lang.Object msgArg2, java.lang.Object msgArg3)
errCode
- - the error code associated with the error.t
- - the exception which signalled the error.msgKey
- - a message key for the error text message.msgArg1
- - the first argument for the error text message.msgArg2
- - the second argument for the error text message.msgArg3
- - the third argument for the error text message.
public void error(java.lang.String errCode, Message msg)
errCode
- - the error code associated with the error.msg
- - the error text.public java.lang.String errorEvent(java.lang.String errCode, Message msg)
errCode
- - the error code associated with the error.msg
- - the error text.
public void error(java.lang.String errCode, java.lang.Throwable t, Message msg)
errCode
- - the error code associated with the error.t
- - the exception which signalled the error.msg
- - the error text.public java.lang.String errorEvent(java.lang.String errCode, java.lang.Throwable t, Message msg)
errCode
- - the error code associated with the error.t
- - the exception which signalled the error.msg
- - the error text.
public void warning(java.lang.String errCode, java.lang.String msgKey)
errCode
- - the error code associated with the warning.msgKey
- - a message key for the warning text message.public java.lang.String warningEvent(java.lang.String errCode, java.lang.String msgKey)
errCode
- - the error code associated with the warning.msgKey
- - a message key for the warning text message.
public void warning(java.lang.String errCode, java.lang.Throwable t, java.lang.String msgKey)
errCode
- - the error code associated with the warning.t
- - the exception which signalled the error.msgKey
- - a message key for the warning text message.public java.lang.String warningEvent(java.lang.String errCode, java.lang.Throwable t, java.lang.String msgKey)
errCode
- - the error code associated with the warning.t
- - the exception which signalled the error.msgKey
- - a message key for the warning text message.
public void warning(java.lang.String errCode, java.lang.String msgKey, java.lang.Object msgArg)
errCode
- - the error code associated with the warning.msgKey
- - a message key for the warning text message.msgArg
- - an argument for the warning text message.public java.lang.String warningEvent(java.lang.String errCode, java.lang.String msgKey, java.lang.Object msgArg)
errCode
- - the error code associated with the warning.msgKey
- - a message key for the warning text message.msgArg
- - an argument for the warning text message.
public void warning(java.lang.String errCode, java.lang.Throwable t, java.lang.String msgKey, java.lang.Object msgArg)
errCode
- - the error code associated with the warning.t
- - the exception which signalled the error.msgKey
- - a message key for the warning text message.msgArg
- - an argument for the warning text message.public java.lang.String warningEvent(java.lang.String errCode, java.lang.Throwable t, java.lang.String msgKey, java.lang.Object msgArg)
errCode
- - the error code associated with the warning.t
- - the exception which signalled the error.msgKey
- - a message key for the warning text message.msgArg
- - an argument for the warning text message.
public void warning(java.lang.String errCode, java.lang.String msgKey, java.lang.Object msgArg1, java.lang.Object msgArg2)
errCode
- - the error code associated with the warning.msgKey
- - a message key for the warning text message.msgArg1
- - the first argument for the warning text message.msgArg2
- - the second argument for the warning text message.public java.lang.String warningEvent(java.lang.String errCode, java.lang.String msgKey, java.lang.Object msgArg1, java.lang.Object msgArg2)
errCode
- - the error code associated with the warning.msgKey
- - a message key for the warning text message.msgArg1
- - the first argument for the warning text message.msgArg2
- - the second argument for the warning text message.
public void warning(java.lang.String errCode, java.lang.Throwable t, java.lang.String msgKey, java.lang.Object msgArg1, java.lang.Object msgArg2)
errCode
- - the error code associated with the warning.t
- - the exception which signalled the error.msgKey
- - a message key for the warning text message.msgArg1
- - the first argument for the warning text message.msgArg2
- - the second argument for the warning text message.public java.lang.String warningEvent(java.lang.String errCode, java.lang.Throwable t, java.lang.String msgKey, java.lang.Object msgArg1, java.lang.Object msgArg2)
errCode
- - the error code associated with the warning.t
- - the exception which signalled the error.msgKey
- - a message key for the warning text message.msgArg1
- - the first argument for the warning text message.msgArg2
- - the second argument for the warning text message.
public void warning(java.lang.String errCode, java.lang.String msgKey, java.lang.Object msgArg1, java.lang.Object msgArg2, java.lang.Object msgArg3)
errCode
- - the error code associated with the warning.msgKey
- - a message key for the warning text message.msgArg1
- - the first argument for the warning text message.msgArg2
- - the second argument for the warning text message.msgArg3
- - the third argument for the warning text message.public java.lang.String warningEvent(java.lang.String errCode, java.lang.String msgKey, java.lang.Object msgArg1, java.lang.Object msgArg2, java.lang.Object msgArg3)
errCode
- - the error code associated with the warning.msgKey
- - a message key for the warning text message.msgArg1
- - the first argument for the warning text message.msgArg2
- - the second argument for the warning text message.msgArg3
- - the third argument for the warning text message.
public void warning(java.lang.String errCode, java.lang.Throwable t, java.lang.String msgKey, java.lang.Object msgArg1, java.lang.Object msgArg2, java.lang.Object msgArg3)
errCode
- - the error code associated with the warning.t
- - the exception which signalled the error.msgKey
- - a message key for the warning text message.msgArg1
- - the first argument for the warning text message.msgArg2
- - the second argument for the warning text message.msgArg3
- - the third argument for the warning text message.public java.lang.String warningEvent(java.lang.String errCode, java.lang.Throwable t, java.lang.String msgKey, java.lang.Object msgArg1, java.lang.Object msgArg2, java.lang.Object msgArg3)
errCode
- - the error code associated with the warning.t
- - the exception which signalled the error.msgKey
- - a message key for the warning text message.msgArg1
- - the first argument for the warning text message.msgArg2
- - the second argument for the warning text message.msgArg3
- - the third argument for the warning text message.
public void warning(java.lang.String errCode, Message msg)
errCode
- - the error code associated with the warning.msg
- - the warning text.public java.lang.String warningEvent(java.lang.String errCode, Message msg)
errCode
- - the error code associated with the warning.msg
- - the warning text.
public void warning(java.lang.String errCode, java.lang.Throwable t, Message msg)
errCode
- - the error code associated with the warning.t
- - the exception which signalled the error.msg
- - the warning text.public java.lang.String warningEvent(java.lang.String errCode, java.lang.Throwable t, Message msg)
errCode
- - the error code associated with the warning.t
- - the exception which signalled the error.msg
- - the warning text.
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |