org.xwiki.logging.event
Class EndLogEvent
java.lang.Object
org.xwiki.logging.event.LogEvent
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
| 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 interface org.xwiki.observation.event.Event |
matches |
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 markerlevel - the log levelmessage - the log messageargumentArray - the event arguments to insert in the messagethrowable - the throwable associated to the event
Copyright © 2004–2014 XWiki. All rights reserved.