A G L M O P V

A

AbstractLogEventListener - Class in org.xwiki.logging.event
Base class to implement LogEvent listener.
AbstractLogEventListener() - Constructor for class org.xwiki.logging.event.AbstractLogEventListener
 

G

getArgumentArray() - Method in class org.xwiki.logging.event.LogEvent
 
getEvents() - Method in class org.xwiki.logging.event.AbstractLogEventListener
 
getFormattedMessage() - Method in class org.xwiki.logging.event.LogEvent
 
getLevel() - Method in class org.xwiki.logging.event.LogEvent
 
getMessage() - Method in class org.xwiki.logging.event.LogEvent
 
getName() - Method in class org.xwiki.logging.event.LogQueueListener
 
getThrowable() - Method in class org.xwiki.logging.event.LogEvent
 

L

LogEvent - Class in org.xwiki.logging.event
Sent when logger is called.
LogEvent() - Constructor for class org.xwiki.logging.event.LogEvent
Matches any LogEvent.
LogEvent(LogLevel, String, Object[], Throwable) - Constructor for class org.xwiki.logging.event.LogEvent
 
LoggerManager - Interface in org.xwiki.logging
Provide some logging management APIs such as the ability to redirect logs to an EventListener.
LogLevel - Enum in org.xwiki.logging
Defines the set of levels used in logging events.
LogQueue - Class in org.xwiki.logging
A queue of LogEvents.
LogQueue() - Constructor for class org.xwiki.logging.LogQueue
 
LogQueueListener - Class in org.xwiki.logging.event
Fill the provided LogQueue with received LogEvents.
LogQueueListener(String, LogQueue) - Constructor for class org.xwiki.logging.event.LogQueueListener
 

M

matches(Object) - Method in class org.xwiki.logging.event.LogEvent
 

O

onEvent(Event, Object, Object) - Method in class org.xwiki.logging.event.LogQueueListener
 
org.xwiki.logging - package org.xwiki.logging
 
org.xwiki.logging.event - package org.xwiki.logging.event
 

P

popLogListener() - Method in interface org.xwiki.logging.LoggerManager
Remove the current listener from the current thread stack.
pushLogListener(EventListener) - Method in interface org.xwiki.logging.LoggerManager
Grab subsequent logs produced by the current thread and send them to the provided listener.

V

valueOf(String) - Static method in enum org.xwiki.logging.LogLevel
Returns the enum constant of this type with the specified name.
values() - Static method in enum org.xwiki.logging.LogLevel
Returns an array containing the constants of this enum type, in the order they are declared.

A G L M O P V

Copyright © 2004-2012 XWiki. All Rights Reserved.