Class Log4JConfigurator
- java.lang.Object
-
- org.exoplatform.services.log.AbstractLogConfigurator
-
- org.exoplatform.services.log.impl.Log4JConfigurator
-
- All Implemented Interfaces:
LogConfigurator
public class Log4JConfigurator extends AbstractLogConfigurator
Created by The eXo Platform SAS.
Log4J configurator. The properties are the same as log4j.properties file's name value pairs.- Version:
- $Id: Log4JConfigurator.java 34394 2009-07-23 09:23:31Z dkatayev $
- Author:
- Gennady Azarenkov
-
-
Field Summary
-
Fields inherited from class org.exoplatform.services.log.AbstractLogConfigurator
properties
-
-
Constructor Summary
Constructors Constructor Description Log4JConfigurator()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description voidconfigure(Properties properties)Configures a concrete log system implementation using properties list-
Methods inherited from class org.exoplatform.services.log.AbstractLogConfigurator
getProperties
-
-
-
-
Method Detail
-
configure
public void configure(Properties properties)
Description copied from interface:LogConfiguratorConfigures a concrete log system implementation using properties list
-
-