Logback API
Version 0.9.8

ch.qos.logback.core
Class CoreGlobal

java.lang.Object
  extended by ch.qos.logback.core.CoreGlobal

public class CoreGlobal
extends Object


Field Summary
static String CLF_DATE_PATTERN
          Time format used in Common Log Format
static String CODES_URL
           
static Class[] EMPTY_CLASS_ARRAY
          An empty Class array.
static String EMPTY_STRING
          An empty string.
static String[] EMPTY_STRING_ARRAY
          An empty string array.
static String EVALUATOR_MAP
          The key used in locating the evaluator map in context's object map.
static String ISO8601_PATTERN
           
static String ISO8601_STR
           
static String LINE_SEPARATOR
           
static int LINE_SEPARATOR_LEN
           
static String PATTERN_RULE_REGISTRY
          Customized pattern conversion rules are stored under this key in the Context object store.
 
Constructor Summary
CoreGlobal()
           
 
Method Summary
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

LINE_SEPARATOR

public static final String LINE_SEPARATOR

LINE_SEPARATOR_LEN

public static final int LINE_SEPARATOR_LEN

CODES_URL

public static final String CODES_URL
See Also:
Constant Field Values

PATTERN_RULE_REGISTRY

public static final String PATTERN_RULE_REGISTRY
Customized pattern conversion rules are stored under this key in the Context object store.

See Also:
Constant Field Values

ISO8601_STR

public static final String ISO8601_STR
See Also:
Constant Field Values

ISO8601_PATTERN

public static final String ISO8601_PATTERN
See Also:
Constant Field Values

CLF_DATE_PATTERN

public static final String CLF_DATE_PATTERN
Time format used in Common Log Format

See Also:
Constant Field Values

EVALUATOR_MAP

public static final String EVALUATOR_MAP
The key used in locating the evaluator map in context's object map.

See Also:
Constant Field Values

EMPTY_STRING

public static final String EMPTY_STRING
An empty string.

See Also:
Constant Field Values

EMPTY_STRING_ARRAY

public static final String[] EMPTY_STRING_ARRAY
An empty string array.


EMPTY_CLASS_ARRAY

public static final Class[] EMPTY_CLASS_ARRAY
An empty Class array.

Constructor Detail

CoreGlobal

public CoreGlobal()

Logback API
Version 0.9.8

Copyright © 2005-2008 QOS.ch. All Rights Reserved.