public class TranslationMarker extends AbstractContainerMarker
Constructor and Description |
---|
TranslationMarker(String translationKey) |
TranslationMarker(String translationKey,
org.slf4j.Marker... references) |
Modifier and Type | Method and Description |
---|---|
boolean |
equals(Object other) |
String |
getTranslationKey() |
int |
hashCode() |
add, contains, contains, get, getName, hasChildren, hasReferences, iterator, remove, toString
public static final String NAME
public TranslationMarker(String translationKey)
translationKey
- the translation key to associate to the logpublic TranslationMarker(String translationKey, org.slf4j.Marker... references)
translationKey
- the translation key to associate to the logreferences
- the other associated markerspublic String getTranslationKey()
public int hashCode()
hashCode
in interface org.slf4j.Marker
hashCode
in class AbstractContainerMarker
public boolean equals(Object other)
equals
in interface org.slf4j.Marker
equals
in class AbstractContainerMarker
Copyright © 2004–2022 XWiki. All rights reserved.