org.xwiki.logging.event
Class BeginLogEvent
java.lang.Object
org.xwiki.logging.event.LogEvent
org.xwiki.logging.event.BeginLogEvent
- All Implemented Interfaces:
- Serializable, BeginEvent, Event
- Direct Known Subclasses:
- LogTreeNode
public class BeginLogEvent
- extends LogEvent
- implements BeginEvent
The beginning of a group of logs.
- Since:
- 5.4RC1
- Version:
- $Id: 33105d47362f3201c3ec6e339fda92bbd481a68d $
- 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 |
BeginLogEvent
protected BeginLogEvent()
- Matches any
LogEvent.
BeginLogEvent
public BeginLogEvent(LogEvent logEvent)
- Parameters:
logEvent - the log event to copy
BeginLogEvent
public BeginLogEvent(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.