Package org.xwiki.logging
-
Interface Summary Interface Description Logger ALogger
with support forLogEvent
.LoggerConfiguration Expose various logging related configurations.LoggerManager Provide some logging management APIs such as the ability to redirect logs to anEventListener
. -
Class Summary Class Description CompositeLogger Redirect received log to severalLogger
s.LogQueue A queue ofLogEvent
s.LogTree Logs organized as a tree.LogTreeNode Logs organized as a tree.LogUtils Message A translatable message.TranslationMarker Deprecated. since 5.4M1, useTranslationMarker
instead -
Enum Summary Enum Description LogLevel Defines the set of levels used in logging events. -
Exception Summary Exception Description AbstractMessageException An exception which support the same parameter system thanMessage
.