org.xwiki.logging
Class TranslationMarker

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

Deprecated. since 5.4M1, use TranslationMarker instead

@Deprecated
public class TranslationMarker
extends TranslationMarker

Allows associating a translation key to a log.

Since:
5.0M2
Version:
$Id: 112176feb6490f0192e331b28710c09952ee41fb $
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
TranslationMarker(String translationKey)
          Deprecated.  
 
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

TranslationMarker

public TranslationMarker(String translationKey)
Deprecated. 
Parameters:
translationKey - the translation key to associate to the log


Copyright © 2004–2014 XWiki. All rights reserved.