org.jcoderz.commons.test
Class TssLogMessage.FunnyRuntime

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

public static final class TssLogMessage.FunnyRuntime
extends TssLogMessage
implements Serializable

Not real fun! .

This class holds the static data for the FUNNY_RUNTIME 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 FUNNY_RUNTIME.
static Level LOG_LEVEL
          The LogLevel to use.
static String PARAM_CAUSE_TEXT
          The parameter CAUSE_TEXT for the log message text.
static String SYMBOL
          The unique symbolic String of the log message FUNNY_RUNTIME.
 
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, String causeText)
          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 FUNNY_RUNTIME.

See Also:
Constant Field Values

PARAM_CAUSE_TEXT

public static final String PARAM_CAUSE_TEXT
The parameter CAUSE_TEXT for the log message text.

See Also:
Constant Field Values

SYMBOL

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

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,
                                     String causeText)
Adds the given message parameters to the loggable.

Parameters:
loggable - the loggable to initialize.
causeText - The cause text used in the message.
Returns:
the given initialized loggable.


Copyright 2007 The jCoderZ Project.