public abstract class AbstractMarker extends Object implements org.slf4j.Marker
| Constructor and Description |
|---|
AbstractMarker() |
| Modifier and Type | Method and Description |
|---|---|
void |
add(org.slf4j.Marker reference) |
boolean |
contains(org.slf4j.Marker other) |
boolean |
contains(String name) |
boolean |
hasChildren()
Deprecated.
|
boolean |
hasReferences() |
Iterator<org.slf4j.Marker> |
iterator() |
boolean |
remove(org.slf4j.Marker reference) |
String |
toString() |
public void add(org.slf4j.Marker reference)
add in interface org.slf4j.Markerpublic boolean remove(org.slf4j.Marker reference)
remove in interface org.slf4j.Marker@Deprecated public boolean hasChildren()
hasChildren in interface org.slf4j.Markerpublic boolean hasReferences()
hasReferences in interface org.slf4j.Markerpublic Iterator<org.slf4j.Marker> iterator()
iterator in interface org.slf4j.Markerpublic boolean contains(org.slf4j.Marker other)
contains in interface org.slf4j.Markerpublic boolean contains(String name)
contains in interface org.slf4j.MarkerCopyright © 2017–2022 The Apache Software Foundation. All rights reserved.