org.exoplatform.services.log
Interface LogConfigurator
- All Known Implementing Classes:
- AbstractLogConfigurator, Jdk14Configurator, Log4JConfigurator, SimpleLogConfigurator
public interface LogConfigurator
Created by The eXo Platform SAS.
An interface for log system
configuration
- Version:
- $Id: LogConfigurator.java 5332 2006-04-29 18:32:44Z geaz $
- Author:
- Gennady
Azarenkov
|
Method Summary |
void |
configure(java.util.Properties properties)
Configures a concrete log system implementation using properties list |
java.util.Properties |
getProperties()
|
configure
void configure(java.util.Properties properties)
- Configures a concrete log system implementation using properties list
- Parameters:
properties -
getProperties
java.util.Properties getProperties()
- Returns:
- current properties
Copyright © 2010 eXo Platform SAS. All Rights Reserved.