org.xwiki.logging.event
Class EndLogEvent

java.lang.Object
  extended by org.xwiki.logging.event.LogEvent
      extended by org.xwiki.logging.event.EndLogEvent
All Implemented Interfaces:
Serializable, EndEvent, Event

public class EndLogEvent
extends LogEvent
implements EndEvent

The beginning of a group of logs.

Since:
5.4RC1
Version:
$Id: c4646d6c15412567b13f2abf741037271901ca47 $
See Also:
Serialized Form

Field Summary
 
Fields inherited from class org.xwiki.logging.event.LogEvent
MARKER_BEGIN, MARKER_END
 
Constructor Summary
protected EndLogEvent()
          Matches any LogEvent.
  EndLogEvent(LogEvent logEvent)
           
  EndLogEvent(org.slf4j.Marker marker, LogLevel level, String message, Object[] argumentArray, Throwable throwable)
           
 
Method Summary
 
Methods inherited from class org.xwiki.logging.event.LogEvent
equals, getArgumentArray, getFormattedMessage, getLevel, getMarker, getMessage, getMessageElements, getThrowable, getTranslationKey, hashCode, log, matches, toString
 
Methods inherited from class java.lang.Object
clone, finalize, getClass, notify, notifyAll, wait, wait, wait
 
Methods inherited from interface org.xwiki.observation.event.Event
matches
 

Constructor Detail

EndLogEvent

protected EndLogEvent()
Matches any LogEvent.


EndLogEvent

public EndLogEvent(LogEvent logEvent)
Parameters:
logEvent - the log event to copy

EndLogEvent

public EndLogEvent(org.slf4j.Marker marker,
                   LogLevel level,
                   String message,
                   Object[] argumentArray,
                   Throwable throwable)
Parameters:
marker - the log marker
level - the log level
message - the log message
argumentArray - the event arguments to insert in the message
throwable - the throwable associated to the event


Copyright © 2004–2014 XWiki. All rights reserved.