org.slf4j.helpers
Class MarkerWrapper

java.lang.Object
  extended by org.slf4j.helpers.BasicMarker
      extended by org.slf4j.helpers.MarkerWrapper
All Implemented Interfaces:
Serializable, org.slf4j.Marker

public class MarkerWrapper
extends org.slf4j.helpers.BasicMarker
implements org.apache.logging.log4j.Marker

See Also:
Serialized Form

Field Summary
 
Fields inherited from interface org.slf4j.Marker
ANY_MARKER, ANY_NON_NULL_MARKER
 
Method Summary
 void add(org.slf4j.Marker reference)
           
 org.apache.logging.log4j.Marker getParent()
           
 boolean isInstanceOf(org.apache.logging.log4j.Marker marker)
           
 
Methods inherited from class org.slf4j.helpers.BasicMarker
contains, contains, equals, getName, hasChildren, hashCode, hasReferences, iterator, remove, toString
 
Methods inherited from class java.lang.Object
clone, finalize, getClass, notify, notifyAll, wait, wait, wait
 
Methods inherited from interface org.apache.logging.log4j.Marker
getName
 

Method Detail

add

public void add(org.slf4j.Marker reference)
Specified by:
add in interface org.slf4j.Marker
Overrides:
add in class org.slf4j.helpers.BasicMarker

getParent

public org.apache.logging.log4j.Marker getParent()

isInstanceOf

public boolean isInstanceOf(org.apache.logging.log4j.Marker marker)


Copyright © 1999-2012 Apache Software Foundation. All Rights Reserved.