|
|||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||||
LoggerStoreFactory is a factory interface for LoggerStore instances. There is a factory implementation for each specific logger implementation (LogKit, Log4J, JDK14).
The factory also acts a configurator, handling the specific way in which a logger is configured. The LoggerStore is configured via a map of parameters passed in the create method. LoggerStoreFactory defines the keys used to retrieve the elements of the map.
| Field Summary | |
static String |
FILE_LOCATION
The URL key. |
static String |
URL_LOCATION
The URL key. |
| Method Summary | |
LoggerStore |
createLoggerStore(Map config)
Creates a LoggerStore from a given set of configuration parameters. |
| Field Detail |
public static final String URL_LOCATION
public static final String FILE_LOCATION
| Method Detail |
public LoggerStore createLoggerStore(Map config)
throws Exception
config - the Map of parameters for the configuration of the store
Exception - if unable to create the LoggerStore
|
|||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||||