com.trendmicro.grid.acl
Class CircularBufferLogConfigurator
java.lang.Object
com.trendmicro.grid.acl.CircularBufferLogConfigurator
- All Implemented Interfaces:
- net.sf.tinyjee.LifeCycleListener
public class CircularBufferLogConfigurator
- extends Object
- implements net.sf.tinyjee.LifeCycleListener
Simple configurator that overrides the default settings for "FastCircularBufferAppender" to avoid memory leaks.
- Author:
- Juergen_Kellerer, 2013-05-07
Nested classes/interfaces inherited from interface net.sf.tinyjee.LifeCycleListener |
net.sf.tinyjee.LifeCycleListener.Registry, net.sf.tinyjee.LifeCycleListener.State |
Fields inherited from interface net.sf.tinyjee.LifeCycleListener |
REGISTRY |
Method Summary |
void |
stateChanged(Object context,
net.sf.tinyjee.LifeCycleListener.State from,
net.sf.tinyjee.LifeCycleListener.State to)
|
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
CircularBufferLogConfigurator
public CircularBufferLogConfigurator()
stateChanged
public void stateChanged(Object context,
net.sf.tinyjee.LifeCycleListener.State from,
net.sf.tinyjee.LifeCycleListener.State to)
- Specified by:
stateChanged
in interface net.sf.tinyjee.LifeCycleListener