public class Slf4jMarkerAdapter extends Object implements org.slf4j.Marker
Constructor and Description |
---|
Slf4jMarkerAdapter(String name) |
Modifier and Type | Method and Description |
---|---|
void |
add(org.slf4j.Marker reference) |
boolean |
contains(org.slf4j.Marker other) |
boolean |
contains(String name) |
String |
getName() |
boolean |
hasChildren() |
boolean |
hasReferences() |
Iterator |
iterator() |
boolean |
remove(org.slf4j.Marker reference) |
public Slf4jMarkerAdapter(String name)
public String getName()
getName
in interface org.slf4j.Marker
public void add(org.slf4j.Marker reference)
add
in interface org.slf4j.Marker
public boolean remove(org.slf4j.Marker reference)
remove
in interface org.slf4j.Marker
public boolean hasChildren()
hasChildren
in interface org.slf4j.Marker
public boolean hasReferences()
hasReferences
in interface org.slf4j.Marker
public Iterator iterator()
iterator
in interface org.slf4j.Marker
public boolean contains(org.slf4j.Marker other)
contains
in interface org.slf4j.Marker
public boolean contains(String name)
contains
in interface org.slf4j.Marker
Copyright © 2002-2013 The Neo4j Graph Database Project. All Rights Reserved.