Class Log4jMarker
java.lang.Object
org.apache.logging.slf4j.Log4jMarker
- All Implemented Interfaces:
Serializable, org.slf4j.Marker
Log4j/SLF4J
Marker type bridge.-
Field Summary
FieldsModifier and TypeFieldDescriptionprivate final org.slf4j.IMarkerFactoryprivate final Markerstatic final longFields inherited from interface org.slf4j.Marker
ANY_MARKER, ANY_NON_NULL_MARKER -
Constructor Summary
ConstructorsConstructorDescriptionLog4jMarker(org.slf4j.IMarkerFactory markerFactory, Marker marker) Constructs a Log4jMarker using an existing Log4jMarker. -
Method Summary
-
Field Details
-
serialVersionUID
public static final long serialVersionUID- See Also:
-
factory
private final org.slf4j.IMarkerFactory factory -
marker
-
-
Constructor Details
-
Log4jMarker
-
-
Method Details
-
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
- Specified by:
containsin interfaceorg.slf4j.Marker
-
equals
-
getLog4jMarker
-
getName
- Specified by:
getNamein interfaceorg.slf4j.Marker
-
hasChildren
public boolean hasChildren()- Specified by:
hasChildrenin interfaceorg.slf4j.Marker
-
hashCode
-
hasReferences
public boolean hasReferences()- Specified by:
hasReferencesin interfaceorg.slf4j.Marker
-
iterator
- Specified by:
iteratorin interfaceorg.slf4j.Marker
-
remove
public boolean remove(org.slf4j.Marker marker) - Specified by:
removein interfaceorg.slf4j.Marker
-