SLF4J 1.0-rc5

org.slf4j
Interface Constants


public interface Constants

Various constants used in the SLF4J API.

Author:
Ceki Gülcü

Field Summary
static java.lang.String LOGGER_FACTORY_FACTORY_METHOD_NAME
          Constant used to determine the name of the factory method for creating logger factories.
static java.lang.String LOGGER_FACTORY_PROPERTY
          The name of the system property to set in order to instruct LoggerFactory class to use a specific ILoggerFactory.
 

Field Detail

LOGGER_FACTORY_PROPERTY

public static final java.lang.String LOGGER_FACTORY_PROPERTY
The name of the system property to set in order to instruct LoggerFactory class to use a specific ILoggerFactory.

See Also:
Constant Field Values

LOGGER_FACTORY_FACTORY_METHOD_NAME

public static final java.lang.String LOGGER_FACTORY_FACTORY_METHOD_NAME
Constant used to determine the name of the factory method for creating logger factories.

See Also:
Constant Field Values

Copyright 2004-2006 SLF4J.ORG, QOS.ch