org.xwiki.logging.event
Class LogQueueListener

java.lang.Object
  extended by org.xwiki.logging.event.AbstractLogEventListener
      extended by org.xwiki.logging.event.LoggerListener
          extended by 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 $

Constructor Summary
LogQueueListener(String name, LogQueue queue)
          Deprecated.  
 
Method Summary
 
Methods inherited from class org.xwiki.logging.event.LoggerListener
getLogger, getName, onEvent
 
Methods inherited from class org.xwiki.logging.event.AbstractLogEventListener
getEvents
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

LogQueueListener

public LogQueueListener(String name,
                        LogQueue queue)
Deprecated. 
Parameters:
name - the name of the listener
queue - the queue where to store received LogEvents


Copyright © 2004–2014 XWiki. All rights reserved.