|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectorg.jcoderz.commons.LogMessageInfoImpl
org.jcoderz.commons.config.CfgLogMessage
org.jcoderz.commons.config.CfgLogMessage.ConfigurationTypeConversionFailed
public static final class CfgLogMessage.ConfigurationTypeConversionFailed
Config value {VALUE} for key {org.jcoderz.commons.config.ConfigurationKey:KEY} could not be converted to type {TYPE}. .
This class holds the static data for the CONFIGURATION_TYPE_CONVERSION_FAILED
log message.
It holds the following parameters:
| Nested Class Summary |
|---|
| Nested classes/interfaces inherited from class org.jcoderz.commons.config.CfgLogMessage |
|---|
CfgLogMessage.ConfigurationFactoryFailed, CfgLogMessage.ConfigurationInitializationFailed, CfgLogMessage.ConfigurationTypeConversionFailed, CfgLogMessage.ConfigurationValueNotFound, CfgLogMessage.ConfigurationValueRead |
| Field Summary | |
|---|---|
static int |
INT_VALUE
The unique integer value of the log message CONFIGURATION_TYPE_CONVERSION_FAILED. |
static Level |
LOG_LEVEL
The LogLevel to use. |
static String |
PARAM_KEY
The parameter KEY for the log message text. |
static String |
PARAM_TYPE
The parameter TYPE for the log message text. |
static String |
PARAM_VALUE
The parameter VALUE for the log message text. |
static String |
SYMBOL
The unique symbolic String of the log message CONFIGURATION_TYPE_CONVERSION_FAILED. |
| Fields inherited from class org.jcoderz.commons.config.CfgLogMessage |
|---|
CONFIGURATION_FACTORY_FAILED, CONFIGURATION_INITIALIZATION_FAILED, CONFIGURATION_TYPE_CONVERSION_FAILED, CONFIGURATION_VALUE_NOT_FOUND, CONFIGURATION_VALUE_READ |
| Method Summary | |
|---|---|
static Loggable |
addParameters(Loggable loggable,
String value,
ConfigurationKey key,
String type)
Adds the given message parameters to the loggable. |
| Methods inherited from class org.jcoderz.commons.config.CfgLogMessage |
|---|
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 |
|---|
public static final int INT_VALUE
CONFIGURATION_TYPE_CONVERSION_FAILED.
public static final String PARAM_VALUE
VALUE for the log message text.
public static final String PARAM_KEY
KEY for the log message text.
public static final String PARAM_TYPE
TYPE for the log message text.
public static final String SYMBOL
CONFIGURATION_TYPE_CONVERSION_FAILED.
public static final Level LOG_LEVEL
| Method Detail |
|---|
public static Loggable addParameters(Loggable loggable,
String value,
ConfigurationKey key,
String type)
loggable - the loggable to initialize.value - The value used in the message.key - The key used in the message.type - The type used in the message.
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||