com.sun.idm.logging.syslog
Class Syslog

java.lang.Object
  extended bycom.sun.idm.logging.Logger
      extended bycom.sun.idm.logging.syslog.Syslog

public class Syslog
extends com.sun.idm.logging.Logger

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

code_id

public static final java.lang.String code_id
See Also:
Constant Field Values

ATTR_TIMESTAMP

public static final java.lang.String ATTR_TIMESTAMP
See Also:
Constant Field Values

ATTR_COMPONENT

public static final java.lang.String ATTR_COMPONENT
See Also:
Constant Field Values

ATTR_SERVER

public static final java.lang.String ATTR_SERVER
See Also:
Constant Field Values

ATTR_SEVERITY

public static final java.lang.String ATTR_SEVERITY
See Also:
Constant Field Values

ATTR_ERRCODE

public static final java.lang.String ATTR_ERRCODE
See Also:
Constant Field Values

ATTR_EXCEPTION

public static final java.lang.String ATTR_EXCEPTION
See Also:
Constant Field Values

ATTR_MSG

public static final java.lang.String ATTR_MSG
See Also:
Constant Field Values

ATTR_EVENT

public static final java.lang.String ATTR_EVENT
See Also:
Constant Field Values
Method Detail

log

public void log(Severity severity,
                java.lang.String errCode,
                Message errMsg)
Log a component error to the system log assigning the specified severity.

Parameters:
severity - - the severity of the error.
errCode - - the error code associated with the error.
errMsg - - the error text.

logEvent

public java.lang.String logEvent(Severity severity,
                                 java.lang.String errCode,
                                 Message errMsg)
Log a component error to the system log assigning the specified severity.

Parameters:
severity - - the severity of the error.
errCode - - the error code associated with the error.
errMsg - - the error text.
Returns:
the event identifier

log

public 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.

Parameters:
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.

logEvent

public 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.

Parameters:
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.
Returns:
the event identifier

fatal

public void fatal(java.lang.String errCode,
                  java.lang.String msgKey)
Log a fatal component error to the system log.

Parameters:
errCode - - the error code associated with the error.
msgKey - - a message key for the error text message.

fatalEvent

public java.lang.String fatalEvent(java.lang.String errCode,
                                   java.lang.String msgKey)
Log a fatal component error to the system log.

Parameters:
errCode - - the error code associated with the error.
msgKey - - a message key for the error text message.
Returns:
the event identifier

fatal

public 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.

Parameters:
errCode - - the error code associated with the error.
t - - the exception which signalled the error.
msgKey - - a message key for the error text message.

fatalEvent

public 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.

Parameters:
errCode - - the error code associated with the error.
t - - the exception which signalled the error.
msgKey - - a message key for the error text message.
Returns:
the event identifier

fatal

public void fatal(java.lang.String errCode,
                  java.lang.String msgKey,
                  java.lang.Object msgArg)
Log a fatal component error to the system log.

Parameters:
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.

fatalEvent

public 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.

Parameters:
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.
Returns:
the event identifier

fatal

public 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.

Parameters:
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.

fatalEvent

public 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.

Parameters:
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.
Returns:
the event identifier

fatal

public 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.

Parameters:
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.

fatalEvent

public 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.

Parameters:
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.
Returns:
the event identifier

fatal

public 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.

Parameters:
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.

fatalEvent

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)
Log a fatal component error triggered by an exception to the system log.

Parameters:
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.
Returns:
the event identifier

fatal

public 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.

Parameters:
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.

fatalEvent

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)
Log a fatal component error to the system log.

Parameters:
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.
Returns:
the event identifier

fatal

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)
Log a fatal component error triggered by an exception to the system log.

Parameters:
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.

fatalEvent

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)
Log a fatal component error triggered by an exception to the system log.

Parameters:
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.
Returns:
the event identifier

fatal

public void fatal(java.lang.String errCode,
                  Message msg)
Log a fatal component error to the system log.

Parameters:
errCode - - the error code associated with the error.
msg - - the error text.

fatalEvent

public java.lang.String fatalEvent(java.lang.String errCode,
                                   Message msg)
Log a fatal component error to the system log.

Parameters:
errCode - - the error code associated with the error.
msg - - the error text.
Returns:
the event identifier

fatal

public 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.

Parameters:
errCode - - the error code associated with the error.
t - - the exception which signalled the error.
msg - - the error text.

fatalEvent

public 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.

Parameters:
errCode - - the error code associated with the error.
t - - the exception which signalled the error.
msg - - the error text.
Returns:
the event identifier

error

public void error(java.lang.String errCode,
                  java.lang.String msgKey)
Log a component error to the system log.

Parameters:
errCode - - the error code associated with the error.
msgKey - - a message key for the error text message.

errorEvent

public java.lang.String errorEvent(java.lang.String errCode,
                                   java.lang.String msgKey)
Log a component error to the system log.

Parameters:
errCode - - the error code associated with the error.
msgKey - - a message key for the error text message.
Returns:
the event identifier

error

public 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.

Parameters:
errCode - - the error code associated with the error.
t - - the exception which signalled the error.
msgKey - - a message key for the error text message.

errorEvent

public 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.

Parameters:
errCode - - the error code associated with the error.
t - - the exception which signalled the error.
msgKey - - a message key for the error text message.
Returns:
the event identifier

error

public void error(java.lang.String errCode,
                  java.lang.String msgKey,
                  java.lang.Object msgArg)
Log a component error to the system log.

Parameters:
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.

errorEvent

public java.lang.String errorEvent(java.lang.String errCode,
                                   java.lang.String msgKey,
                                   java.lang.Object msgArg)
Log a component error to the system log.

Parameters:
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.
Returns:
the event identifier

error

public 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.

Parameters:
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.

errorEvent

public 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.

Parameters:
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.
Returns:
the event identifier

error

public 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.

Parameters:
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.

errorEvent

public 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.

Parameters:
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.
Returns:
the event identifier

error

public 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.

Parameters:
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.

errorEvent

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)
Log a component error triggered by an exception to the system log.

Parameters:
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.
Returns:
the event identifier

error

public 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.

Parameters:
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.

errorEvent

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)
Log a component error to the system log.

Parameters:
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.
Returns:
the event identifier

error

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)
Log a component error triggered by an exception to the system log.

Parameters:
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.

errorEvent

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)
Log a component error triggered by an exception to the system log.

Parameters:
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.
Returns:
the event identifier

error

public void error(java.lang.String errCode,
                  Message msg)
Log a component error to the system log.

Parameters:
errCode - - the error code associated with the error.
msg - - the error text.

errorEvent

public java.lang.String errorEvent(java.lang.String errCode,
                                   Message msg)
Log a component error to the system log.

Parameters:
errCode - - the error code associated with the error.
msg - - the error text.
Returns:
the event identifier

error

public void error(java.lang.String errCode,
                  java.lang.Throwable t,
                  Message msg)
Log a component error triggered by an exception to the system log.

Parameters:
errCode - - the error code associated with the error.
t - - the exception which signalled the error.
msg - - the error text.

errorEvent

public 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.

Parameters:
errCode - - the error code associated with the error.
t - - the exception which signalled the error.
msg - - the error text.
Returns:
the event identifier

warning

public void warning(java.lang.String errCode,
                    java.lang.String msgKey)
Log a component warning to the system log.

Parameters:
errCode - - the error code associated with the warning.
msgKey - - a message key for the warning text message.

warningEvent

public java.lang.String warningEvent(java.lang.String errCode,
                                     java.lang.String msgKey)
Log a component warning to the system log.

Parameters:
errCode - - the error code associated with the warning.
msgKey - - a message key for the warning text message.
Returns:
the event identifier

warning

public 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.

Parameters:
errCode - - the error code associated with the warning.
t - - the exception which signalled the error.
msgKey - - a message key for the warning text message.

warningEvent

public 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.

Parameters:
errCode - - the error code associated with the warning.
t - - the exception which signalled the error.
msgKey - - a message key for the warning text message.
Returns:
the event identifier

warning

public void warning(java.lang.String errCode,
                    java.lang.String msgKey,
                    java.lang.Object msgArg)
Log a component warning to the system log.

Parameters:
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.

warningEvent

public java.lang.String warningEvent(java.lang.String errCode,
                                     java.lang.String msgKey,
                                     java.lang.Object msgArg)
Log a component warning to the system log.

Parameters:
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.
Returns:
the event identifier

warning

public 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.

Parameters:
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.

warningEvent

public 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.

Parameters:
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.
Returns:
the event identifier

warning

public 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.

Parameters:
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.

warningEvent

public 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.

Parameters:
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.
Returns:
the event identifier

warning

public 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.

Parameters:
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.

warningEvent

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)
Log a component warning triggered by an exception to the system log.

Parameters:
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.
Returns:
the event identifier

warning

public 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.

Parameters:
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.

warningEvent

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)
Log a component warning to the system log.

Parameters:
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.
Returns:
the event identifier

warning

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)
Log a component warning triggered by an exception to the system log.

Parameters:
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.

warningEvent

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)
Log a component warning triggered by an exception to the system log.

Parameters:
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.
Returns:
the event identifier

warning

public void warning(java.lang.String errCode,
                    Message msg)
Log a component warning to the system log.

Parameters:
errCode - - the error code associated with the warning.
msg - - the warning text.

warningEvent

public java.lang.String warningEvent(java.lang.String errCode,
                                     Message msg)
Log a component warning to the system log.

Parameters:
errCode - - the error code associated with the warning.
msg - - the warning text.
Returns:
the event identifier

warning

public void warning(java.lang.String errCode,
                    java.lang.Throwable t,
                    Message msg)
Log a component warning triggered by an exception to the system log.

Parameters:
errCode - - the error code associated with the warning.
t - - the exception which signalled the error.
msg - - the warning text.

warningEvent

public 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.

Parameters:
errCode - - the error code associated with the warning.
t - - the exception which signalled the error.
msg - - the warning text.
Returns:
the event identifier