public class IsyMarkerImpl extends Object implements IsyMarker
IsyMarker,
Serialized Form| Constructor and Description |
|---|
IsyMarkerImpl(MarkerSchluessel name,
String value)
Konstruktor der Klasse.
|
| Modifier and Type | Method and Description |
|---|---|
void |
add(org.slf4j.Marker reference) |
void |
addAll(Collection<org.slf4j.Marker> markerReferences)
Ergänze mehrere Referenzen zu anderen Markern.
|
boolean |
contains(org.slf4j.Marker other) |
boolean |
contains(String markerName) |
static IsyMarker |
createRootMarker()
Erzeugt einen Root-Marker.
|
boolean |
equals(Object obj) |
String |
getName() |
String |
getValue()
Liefert den Wert des Markers.
|
boolean |
hasChildren() |
int |
hashCode() |
boolean |
hasReferences() |
boolean |
isRootMarker()
Isy-Logging verwendet einen "Wurzel-Marker" in dem weitere Marker gesammelt werden selbst aber keine
relevanten Log-Informationen (Name/Wert) enthält.
|
Iterator<org.slf4j.Marker> |
iterator() |
boolean |
remove(org.slf4j.Marker reference) |
public IsyMarkerImpl(MarkerSchluessel name, String value)
name - Name des Markers.value - Wert des Markers.public static IsyMarker createRootMarker()
public String getValue()
getValue in interface IsyMarkerIsyMarker.getValue()public String getName()
getName in interface org.slf4j.MarkerMarker.getName()public boolean remove(org.slf4j.Marker reference)
remove in interface org.slf4j.MarkerMarker.remove(Marker)public boolean hasChildren()
hasChildren in interface org.slf4j.Markerpublic boolean hasReferences()
hasReferences in interface org.slf4j.MarkerMarker.hasReferences()public Iterator<org.slf4j.Marker> iterator()
iterator in interface org.slf4j.MarkerMarker.iterator()public boolean contains(String markerName)
contains in interface org.slf4j.MarkerMarker.contains(String)public void add(org.slf4j.Marker reference)
add in interface org.slf4j.MarkerMarker.add(Marker)public boolean contains(org.slf4j.Marker other)
contains in interface org.slf4j.MarkerMarker.contains(Marker)public boolean equals(Object obj)
equals in interface org.slf4j.Markerequals in class ObjectObject.equals(Object)public int hashCode()
hashCode in interface org.slf4j.MarkerhashCode in class ObjectObject.hashCode()public boolean isRootMarker()
isRootMarker in interface IsyMarkertrue falls es sich um einen Root-Marker handelt, false sonst.IsyMarker.isRootMarker()public void addAll(Collection<org.slf4j.Marker> markerReferences)
addAll in interface IsyMarkermarkerReferences - Referenzen zu anderen Markern.IsyMarker.addAll(Collection)Copyright © 2023. All rights reserved.