public interface Marker extends Serializable
Modifier and Type | Method and Description |
---|---|
String |
getName()
Returns the name of this Marker.
|
Marker |
getParent()
Returns the parent of this Marker.
|
boolean |
isInstanceOf(Marker m)
Checks whether this Marker is an instance of the specified Marker.
|
boolean |
isInstanceOf(String name)
Checks whether this Marker is an instance of the specified Marker.
|
String getName()
Marker getParent()
boolean isInstanceOf(Marker m)
m
- The Marker to check.boolean isInstanceOf(String name)
name
- The name of the Marker.Copyright © 1999-2014 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.