Package org.apache.logging.slf4j
Class Log4jMarker
- java.lang.Object
-
- org.apache.logging.slf4j.Log4jMarker
-
- All Implemented Interfaces:
Serializable
,org.slf4j.Marker
public class Log4jMarker extends Object implements org.slf4j.Marker
Log4j/SLF4JMarker
type bridge.- See Also:
- Serialized Form
-
-
Field Summary
Fields Modifier and Type Field Description static long
serialVersionUID
-
Constructor Summary
Constructors Constructor Description Log4jMarker(Marker marker)
Constructs a Log4jMarker using an existing Log4jMarker
.
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description void
add(org.slf4j.Marker marker)
boolean
contains(String s)
boolean
contains(org.slf4j.Marker marker)
boolean
equals(Object obj)
Marker
getLog4jMarker()
String
getName()
boolean
hasChildren()
int
hashCode()
boolean
hasReferences()
Iterator<org.slf4j.Marker>
iterator()
boolean
remove(org.slf4j.Marker marker)
-
-
-
Field Detail
-
serialVersionUID
public static final long serialVersionUID
- See Also:
- Constant Field Values
-
-
Method Detail
-
add
public void add(org.slf4j.Marker marker)
- Specified by:
add
in interfaceorg.slf4j.Marker
-
contains
public boolean contains(org.slf4j.Marker marker)
- Specified by:
contains
in interfaceorg.slf4j.Marker
-
contains
public boolean contains(String s)
- Specified by:
contains
in interfaceorg.slf4j.Marker
-
equals
public boolean equals(Object obj)
-
getLog4jMarker
public Marker getLog4jMarker()
-
getName
public String getName()
- Specified by:
getName
in interfaceorg.slf4j.Marker
-
hasChildren
public boolean hasChildren()
- Specified by:
hasChildren
in interfaceorg.slf4j.Marker
-
hashCode
public int hashCode()
-
hasReferences
public boolean hasReferences()
- Specified by:
hasReferences
in interfaceorg.slf4j.Marker
-
iterator
public Iterator<org.slf4j.Marker> iterator()
- Specified by:
iterator
in interfaceorg.slf4j.Marker
-
remove
public boolean remove(org.slf4j.Marker marker)
- Specified by:
remove
in interfaceorg.slf4j.Marker
-
-