org.apache.sling.commons.log.internal
Class LogManager

java.lang.Object
  extended by org.apache.sling.commons.log.internal.LogManager

public class LogManager
extends Object

The LogManager manages the loggers used by the LogService and the rest of the system.


Field Summary
static String FACTORY_PID_CONFIGS
           
static String FACTORY_PID_WRITERS
           
static String LOG_FILE
           
static String LOG_FILE_NUMBER
           
static int LOG_FILE_NUMBER_DEFAULT
           
static String LOG_FILE_SIZE
           
static String LOG_FILE_SIZE_DEFAULT
           
static String LOG_LEVEL
           
static String LOG_LEVEL_DEFAULT
           
static String LOG_LOGGERS
           
static String LOG_PATTERN
           
static String LOG_PATTERN_DEFAULT
           
static String PID
           
 
Method Summary
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

LOG_LEVEL

public static final String LOG_LEVEL
See Also:
Constant Field Values

LOG_FILE

public static final String LOG_FILE
See Also:
Constant Field Values

LOG_FILE_NUMBER

public static final String LOG_FILE_NUMBER
See Also:
Constant Field Values

LOG_FILE_SIZE

public static final String LOG_FILE_SIZE
See Also:
Constant Field Values

LOG_PATTERN

public static final String LOG_PATTERN
See Also:
Constant Field Values

LOG_PATTERN_DEFAULT

public static final String LOG_PATTERN_DEFAULT
See Also:
Constant Field Values

LOG_LOGGERS

public static final String LOG_LOGGERS
See Also:
Constant Field Values

LOG_LEVEL_DEFAULT

public static final String LOG_LEVEL_DEFAULT
See Also:
Constant Field Values

LOG_FILE_NUMBER_DEFAULT

public static final int LOG_FILE_NUMBER_DEFAULT
See Also:
Constant Field Values

LOG_FILE_SIZE_DEFAULT

public static final String LOG_FILE_SIZE_DEFAULT
See Also:
Constant Field Values

PID

public static final String PID
See Also:
Constant Field Values

FACTORY_PID_WRITERS

public static final String FACTORY_PID_WRITERS
See Also:
Constant Field Values

FACTORY_PID_CONFIGS

public static final String FACTORY_PID_CONFIGS
See Also:
Constant Field Values


Copyright © 2007-2013 The Apache Software Foundation. All Rights Reserved.