org.jcoderz.commons.test
Class TssLogMessage.ImpliedParameters

java.lang.Object
  extended by org.jcoderz.commons.LogMessageInfoImpl
      extended by org.jcoderz.commons.test.TssLogMessage
          extended by org.jcoderz.commons.test.TssLogMessage.ImpliedParameters
All Implemented Interfaces:
Serializable, LogMessageInfo
Enclosing class:
TssLogMessage

public static final class TssLogMessage.ImpliedParameters
extends TssLogMessage
implements Serializable

Not real fun! .

This class holds the static data for the IMPLIED_PARAMETERS log message.

It holds the following parameters:

See Also:
Serialized Form

Nested Class Summary
 
Nested classes/interfaces inherited from class org.jcoderz.commons.test.TssLogMessage
TssLogMessage.FunnyRuntime, TssLogMessage.ImpliedParameters, TssLogMessage.ImpliedParameters2, TssLogMessage.ImpliedParameters3, TssLogMessage.ImpliedParametersLog, TssLogMessage.ImpliedParametersLog2, TssLogMessage.ImpliedParametersLog3
 
Field Summary
static int INT_VALUE
          The unique integer value of the log message IMPLIED_PARAMETERS.
static Level LOG_LEVEL
          The LogLevel to use.
static String PARAM__CAUSE
          The parameter _CAUSE for the log message text.
static String PARAM__THREAD_ID
          The parameter _THREAD_ID for the log message text.
static String PARAM__THREAD_NAME
          The parameter _THREAD_NAME for the log message text.
static String PARAM__TRACKING_NUMBER
          The parameter _TRACKING_NUMBER for the log message text.
static String SYMBOL
          The unique symbolic String of the log message IMPLIED_PARAMETERS.
 
Fields inherited from class org.jcoderz.commons.test.TssLogMessage
FUNNY_RUNTIME, IMPLIED_PARAMETERS, IMPLIED_PARAMETERS_LOG, IMPLIED_PARAMETERS_LOG2, IMPLIED_PARAMETERS_LOG3, IMPLIED_PARAMETERS2, IMPLIED_PARAMETERS3
 
Method Summary
static Loggable addParameters(Loggable loggable)
          Adds the given message parameters to the loggable.
 
Methods inherited from class org.jcoderz.commons.test.TssLogMessage
fromInt, fromString
 
Methods inherited from class org.jcoderz.commons.LogMessageInfoImpl
formatMessage, getAppName, getAppNameAbbreviation, getBusinessImpact, getCategory, getGroupName, getGroupNameAbbreviation, getLogLevel, getMessagePattern, getParameterList, getSolution, getSymbol, toInt, toString
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Field Detail

INT_VALUE

public static final int INT_VALUE
The unique integer value of the log message IMPLIED_PARAMETERS.

See Also:
Constant Field Values

PARAM__TRACKING_NUMBER

public static final String PARAM__TRACKING_NUMBER
The parameter _TRACKING_NUMBER for the log message text.

See Also:
Constant Field Values

PARAM__THREAD_ID

public static final String PARAM__THREAD_ID
The parameter _THREAD_ID for the log message text.

See Also:
Constant Field Values

PARAM__THREAD_NAME

public static final String PARAM__THREAD_NAME
The parameter _THREAD_NAME for the log message text.

See Also:
Constant Field Values

PARAM__CAUSE

public static final String PARAM__CAUSE
The parameter _CAUSE for the log message text.

See Also:
Constant Field Values

SYMBOL

public static final String SYMBOL
The unique symbolic String of the log message IMPLIED_PARAMETERS.

See Also:
Constant Field Values
description
Not real fun!

LOG_LEVEL

public static final Level LOG_LEVEL
The LogLevel to use.

Method Detail

addParameters

public static Loggable addParameters(Loggable loggable)
Adds the given message parameters to the loggable.

Parameters:
loggable - the loggable to initialize.
Returns:
the given initialized loggable.


Copyright 2007 The jCoderZ Project.