Uses of Class
org.xwiki.logging.Message
-
Packages that use Message Package Description org.xwiki.logging org.xwiki.logging.event -
-
Uses of Message in org.xwiki.logging
Subclasses of Message in org.xwiki.logging Modifier and Type Class Description class
LogTree
Logs organized as a tree.class
LogTreeNode
Logs organized as a tree.Methods in org.xwiki.logging that return Message Modifier and Type Method Description Message
AbstractMessageException. getParameterizedMessage()
static Message
LogUtils. translate(Message message, String translatedPattern)
Translate the passedMessage
based on the passed translation message pattern.Methods in org.xwiki.logging with parameters of type Message Modifier and Type Method Description static Message
LogUtils. translate(Message message, String translatedPattern)
Translate the passedMessage
based on the passed translation message pattern.Constructors in org.xwiki.logging with parameters of type Message Constructor Description Message(Message message)
-
Uses of Message in org.xwiki.logging.event
Subclasses of Message in org.xwiki.logging.event Modifier and Type Class Description class
BeginLogEvent
The beginning of a group of logs.class
EndLogEvent
The beginning of a group of logs.class
LogEvent
Sent when logger is called.
-