Package org.exoplatform.services.log
Class AbstractLogConfigurator
- java.lang.Object
-
- org.exoplatform.services.log.AbstractLogConfigurator
-
- All Implemented Interfaces:
LogConfigurator
- Direct Known Subclasses:
SimpleExoLogConfigurator
public abstract class AbstractLogConfigurator extends Object implements LogConfigurator
Created by The eXo Platform SAS.- Version:
- $Id: AbstractLogConfigurator.java 34394 2009-07-23 09:23:31Z dkatayev $
- Author:
- Gennady Azarenkov
-
-
Field Summary
Fields Modifier and Type Field Description protected Propertiesproperties
-
Constructor Summary
Constructors Constructor Description AbstractLogConfigurator()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description PropertiesgetProperties()-
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
-
Methods inherited from interface org.exoplatform.services.log.LogConfigurator
configure
-
-
-
-
Field Detail
-
properties
protected Properties properties
-
-
Method Detail
-
getProperties
public final Properties getProperties()
- Specified by:
getPropertiesin interfaceLogConfigurator- Returns:
- current properties
-
-