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 classLogTreeLogs organized as a tree.classLogTreeNodeLogs organized as a tree.Methods in org.xwiki.logging that return Message Modifier and Type Method Description MessageAbstractMessageException. getParameterizedMessage()static MessageLogUtils. translate(Message message, String translatedPattern)Translate the passedMessagebased on the passed translation message pattern.Methods in org.xwiki.logging with parameters of type Message Modifier and Type Method Description static MessageLogUtils. translate(Message message, String translatedPattern)Translate the passedMessagebased 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 classBeginLogEventThe beginning of a group of logs.classEndLogEventThe beginning of a group of logs.classLogEventSent when logger is called.
-