org.jpos.util
Class BufferedLogListener
java.lang.Object
org.jpos.util.BufferedLogListener
- All Implemented Interfaces:
- EventListener, Configurable, LogListener, LogProducer
public class BufferedLogListener
- extends Object
- implements LogListener, Configurable, LogProducer
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
DEFAULT_SIZE
public static final int DEFAULT_SIZE
- See Also:
- Constant Field Values
BufferedLogListener
public BufferedLogListener()
log
public LogEvent log(LogEvent ev)
- Specified by:
log in interface LogListener
setConfiguration
public void setConfiguration(Configuration cfg)
throws ConfigurationException
- Specified by:
setConfiguration in interface Configurable
- Parameters:
cfg - Configuration object
- Throws:
ConfigurationException
addListener
public void addListener(LogListener listener)
- Specified by:
addListener in interface LogProducer
removeListener
public void removeListener(LogListener listener)
- Specified by:
removeListener in interface LogProducer
removeAllListeners
public void removeAllListeners()
- Specified by:
removeAllListeners in interface LogProducer
getMaxSize
public int getMaxSize()
Copyright © 1998-2012 jPOS.org. All Rights Reserved.