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/SLF4JMarkertype bridge.- See Also:
- Serialized Form
-
-
Field Summary
Fields Modifier and Type Field Description static longserialVersionUID
-
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 voidadd(org.slf4j.Marker marker)booleancontains(String s)booleancontains(org.slf4j.Marker marker)booleanequals(Object obj)MarkergetLog4jMarker()StringgetName()booleanhasChildren()inthashCode()booleanhasReferences()Iterator<org.slf4j.Marker>iterator()booleanremove(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:
addin interfaceorg.slf4j.Marker
-
contains
public boolean contains(org.slf4j.Marker marker)
- Specified by:
containsin interfaceorg.slf4j.Marker
-
contains
public boolean contains(String s)
- Specified by:
containsin interfaceorg.slf4j.Marker
-
equals
public boolean equals(Object obj)
-
getLog4jMarker
public Marker getLog4jMarker()
-
getName
public String getName()
- Specified by:
getNamein interfaceorg.slf4j.Marker
-
hasChildren
public boolean hasChildren()
- Specified by:
hasChildrenin interfaceorg.slf4j.Marker
-
hashCode
public int hashCode()
-
hasReferences
public boolean hasReferences()
- Specified by:
hasReferencesin interfaceorg.slf4j.Marker
-
iterator
public Iterator<org.slf4j.Marker> iterator()
- Specified by:
iteratorin interfaceorg.slf4j.Marker
-
remove
public boolean remove(org.slf4j.Marker marker)
- Specified by:
removein interfaceorg.slf4j.Marker
-
-