org.xwiki.logging.marker
Class BeginTranslationMarker

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

public class BeginTranslationMarker
extends TranslationMarker

A TranslationMarker with a LogEvent.MARKER_BEGIN marker.

Since:
5.4M1
Version:
$Id: c73096ec62cc842e957cd2149e64a24dfc22cd19 $
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
BeginTranslationMarker(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

BeginTranslationMarker

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


Copyright © 2004–2014 XWiki. All rights reserved.