public class MultiMarker extends Object implements org.slf4j.Marker
| Constructor and Description |
|---|
MultiMarker(org.slf4j.Marker... markers) |
| Modifier and Type | Method and Description |
|---|---|
void |
add(org.slf4j.Marker reference) |
boolean |
contains(org.slf4j.Marker other) |
boolean |
contains(String name) |
boolean |
equals(Object obj) |
String |
getName() |
boolean |
hasChildren() |
int |
hashCode() |
boolean |
hasReferences() |
Iterator<org.slf4j.Marker> |
iterator() |
boolean |
remove(org.slf4j.Marker reference) |
String |
toString() |
public String getName()
getName in interface org.slf4j.Markerpublic void add(org.slf4j.Marker reference)
add in interface org.slf4j.Markerpublic boolean remove(org.slf4j.Marker reference)
remove in interface org.slf4j.Markerpublic 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.Markerpublic boolean equals(Object obj)
public int hashCode()
Copyright © 2021. All rights reserved.