Uses of Interface
org.xwiki.logging.marker.ContainerMarker
-
Packages that use ContainerMarker Package Description org.xwiki.logging org.xwiki.logging.marker -
-
Uses of ContainerMarker in org.xwiki.logging
Classes in org.xwiki.logging that implement ContainerMarker Modifier and Type Class Description class
TranslationMarker
Deprecated.since 5.4M1, useTranslationMarker
instead -
Uses of ContainerMarker in org.xwiki.logging.marker
Classes in org.xwiki.logging.marker that implement ContainerMarker Modifier and Type Class Description class
AbstractContainerMarker
Base class to use for customMarker
s which contains values (so which are a bit more thanMarker
as defined by SLF4J).class
BeginTranslationMarker
ATranslationMarker
with aLogEvent.MARKER_BEGIN
marker.class
EndTranslationMarker
ATranslationMarker
with aLogEvent.MARKER_END
marker.class
TranslationMarker
Allows associating a translation key to a log.
-