org.xwiki.logging.marker
Class EndTranslationMarker

java.lang.Object
  extended by org.xwiki.logging.marker.AbstractContainerMarker
      extended by org.xwiki.logging.marker.TranslationMarker
          extended by org.xwiki.logging.marker.EndTranslationMarker
All Implemented Interfaces:
Serializable, org.slf4j.Marker, ContainerMarker

public class EndTranslationMarker
extends TranslationMarker

A TranslationMarker with a LogEvent.MARKER_END marker.

Since:
5.4M1
Version:
$Id: 5e4fd28a7ecfc2ca1966b80969ca095203088fb4 $
See Also:
Serialized Form

Field Summary
 
Fields inherited from class org.xwiki.logging.marker.TranslationMarker
NAME
 
Fields inherited from interface org.slf4j.Marker
ANY_MARKER, ANY_NON_NULL_MARKER
 
Constructor Summary
EndTranslationMarker(String translationKey)
           
 
Method Summary
 
Methods inherited from class org.xwiki.logging.marker.TranslationMarker
equals, getTranslationKey, hashCode
 
Methods inherited from class org.xwiki.logging.marker.AbstractContainerMarker
add, contains, contains, get, getName, hasChildren, hasReferences, iterator, remove, toString
 
Methods inherited from class java.lang.Object
clone, finalize, getClass, notify, notifyAll, wait, wait, wait
 

Constructor Detail

EndTranslationMarker

public EndTranslationMarker(String translationKey)
Parameters:
translationKey - the translation key to associate to the log


Copyright © 2004–2014 XWiki. All rights reserved.