org.jalore.log4j
Class Log4JProperties

java.lang.Object
  extended by org.jalore.log4j.Log4JProperties

public class Log4JProperties
extends java.lang.Object

Log message property names set by Log4JReader and Log4JFileReader.

Author:
Nicolas Dutertry

Field Summary
static java.lang.String CATEGORY
          Property corresponding to the %c pattern.
static java.lang.String CLASS
          Property corresponding to the %C pattern.
static java.lang.String ELAPSEDTIME
          Property corresponding to the %r pattern.
static java.lang.String FILE
          Property corresponding to the %F pattern.
static java.lang.String FILE_NAME
          Property containg to log file name.
static java.lang.String LEVEL
          Property corresponding to the %p pattern.
static java.lang.String LINE
          Property corresponding to the %L pattern.
static java.lang.String LOCATION
          Property corresponding to the %l pattern.
static java.lang.String MESSAGE
          Property corresponding to the %m pattern.
static java.lang.String METHOD
          Property corresponding to the %M pattern.
static java.lang.String NDC
          Property corresponding to the %x pattern.
static java.lang.String PREFIX_MDC
          Prefix for MDC properties (%X pattern).
static java.lang.String THREAD
          Property corresponding to the %t pattern.
static java.lang.String TIMESTAMP
          Property corresponding to the %d pattern.
 
Method Summary
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

CATEGORY

public static final java.lang.String CATEGORY
Property corresponding to the %c pattern.

See Also:
Constant Field Values

CLASS

public static final java.lang.String CLASS
Property corresponding to the %C pattern.

See Also:
Constant Field Values

TIMESTAMP

public static final java.lang.String TIMESTAMP
Property corresponding to the %d pattern.

See Also:
Constant Field Values

FILE

public static final java.lang.String FILE
Property corresponding to the %F pattern.

See Also:
Constant Field Values

LOCATION

public static final java.lang.String LOCATION
Property corresponding to the %l pattern.

See Also:
Constant Field Values

LINE

public static final java.lang.String LINE
Property corresponding to the %L pattern.

See Also:
Constant Field Values

MESSAGE

public static final java.lang.String MESSAGE
Property corresponding to the %m pattern.

See Also:
Constant Field Values

METHOD

public static final java.lang.String METHOD
Property corresponding to the %M pattern.

See Also:
Constant Field Values

LEVEL

public static final java.lang.String LEVEL
Property corresponding to the %p pattern.

See Also:
Constant Field Values

ELAPSEDTIME

public static final java.lang.String ELAPSEDTIME
Property corresponding to the %r pattern.

See Also:
Constant Field Values

THREAD

public static final java.lang.String THREAD
Property corresponding to the %t pattern.

See Also:
Constant Field Values

NDC

public static final java.lang.String NDC
Property corresponding to the %x pattern.

See Also:
Constant Field Values

PREFIX_MDC

public static final java.lang.String PREFIX_MDC
Prefix for MDC properties (%X pattern). The complete property name for a MDC is
PREFIX_MDC + mdcName
where mdcName is the name of the MDC.

See Also:
Constant Field Values

FILE_NAME

public static final java.lang.String FILE_NAME
Property containg to log file name.

See Also:
Log4JFileReader, Constant Field Values


Copyright © 2009 Nicolas Dutertry. All Rights Reserved.