public class Log4jMarker extends Object implements org.slf4j.Marker
Marker
type bridge.Modifier and Type | Field and Description |
---|---|
static long |
serialVersionUID |
Constructor and Description |
---|
Log4jMarker(org.apache.logging.log4j.Marker marker)
Constructs a Log4jMarker using an existing Log4j
Marker . |
Modifier and Type | Method and Description |
---|---|
void |
add(org.slf4j.Marker marker) |
boolean |
contains(org.slf4j.Marker marker) |
boolean |
contains(String s) |
boolean |
equals(Object obj) |
org.apache.logging.log4j.Marker |
getLog4jMarker() |
String |
getName() |
boolean |
hasChildren() |
int |
hashCode() |
boolean |
hasReferences() |
Iterator<org.slf4j.Marker> |
iterator() |
boolean |
remove(org.slf4j.Marker marker) |
public static final long serialVersionUID
public Log4jMarker(org.apache.logging.log4j.Marker marker)
Marker
.marker
- The Log4j Marker upon which to base this Marker.public void add(org.slf4j.Marker marker)
add
in interface org.slf4j.Marker
public boolean contains(org.slf4j.Marker marker)
contains
in interface org.slf4j.Marker
public org.apache.logging.log4j.Marker getLog4jMarker()
public boolean hasChildren()
hasChildren
in interface org.slf4j.Marker
public int hashCode()
public boolean hasReferences()
hasReferences
in interface org.slf4j.Marker
public Iterator<org.slf4j.Marker> iterator()
iterator
in interface org.slf4j.Marker
public boolean remove(org.slf4j.Marker marker)
remove
in interface org.slf4j.Marker
Copyright © 1999-2021 The Apache Software Foundation. All Rights Reserved.
Apache Logging, Apache Log4j, Log4j, Apache, the Apache feather logo, the Apache Logging project logo, and the Apache Log4j logo are trademarks of The Apache Software Foundation.