Package org.exoplatform.services.log
Interface LogConfigurator
-
- All Known Implementing Classes:
AbstractLogConfigurator,Jdk14Configurator,Log4JConfigurator,SimpleExoLogConfigurator
public interface LogConfiguratorCreated by The eXo Platform SAS.
An interface for log system configuration- Version:
- $Id: LogConfigurator.java 34394 2009-07-23 09:23:31Z dkatayev $
- Author:
- Gennady Azarenkov
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description voidconfigure(Properties properties)Configures a concrete log system implementation using properties listPropertiesgetProperties()
-
-
-
Method Detail
-
configure
void configure(Properties properties)
Configures a concrete log system implementation using properties list- Parameters:
properties-
-
getProperties
Properties getProperties()
- Returns:
- current properties
-
-