org.xwiki.logging.event
Class LogQueueListener
java.lang.Object
org.xwiki.logging.event.AbstractLogEventListener
org.xwiki.logging.event.LoggerListener
org.xwiki.logging.event.LogQueueListener
- All Implemented Interfaces:
- EventListener
Deprecated. since 5.4M1, use LoggerListener instead
@Deprecated
public class LogQueueListener
- extends LoggerListener
Fill the provided LogQueue with received LogEvents.
- Since:
- 3.2M3
- Version:
- $Id: 59b7732648cb19fc4694a7bcbc4b30935615f412 $
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
LogQueueListener
public LogQueueListener(String name,
LogQueue queue)
- Deprecated.
- Parameters:
name - the name of the listenerqueue - the queue where to store received LogEvents
Copyright © 2004–2014 XWiki. All rights reserved.