Package org.xwiki.logging
Class TranslationMarker
- java.lang.Object
-
- org.xwiki.logging.marker.AbstractContainerMarker
-
- org.xwiki.logging.marker.TranslationMarker
-
- org.xwiki.logging.TranslationMarker
-
- All Implemented Interfaces:
Serializable
,org.slf4j.Marker
,ContainerMarker
@Deprecated public class TranslationMarker extends TranslationMarker
Deprecated.since 5.4M1, useTranslationMarker
insteadAllows associating a translation key to a log.- Since:
- 5.0M2
- Version:
- $Id: 2243ccbbd8a8cb33a705f6281c76dd3ae2e9b5e6 $
- See Also:
- Serialized Form
-
-
Field Summary
-
Fields inherited from class org.xwiki.logging.marker.TranslationMarker
NAME
-
-
Constructor Summary
Constructors Constructor Description 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
-
-
-
-
Constructor Detail
-
TranslationMarker
public TranslationMarker(String translationKey)
Deprecated.- Parameters:
translationKey
- the translation key to associate to the log
-
-