|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
public interface IMarkerFactory
Implementaitons of this interface are used to manufacture Marker
instances.
See the section Implementing the SLF4J API in the FAQ for details on how to make your logging system conform to SLF4J.
Method Summary | |
---|---|
boolean |
detachMarker(String name)
Detach an existing marker. |
boolean |
exists(String name)
Checks if the marker with the name already exists. |
Marker |
getDetachedMarker(String name)
Create a marker which is detached (even at birth) from this IMarkerFactory. |
Marker |
getMarker(String name)
Manufacture a Marker instance by name. |
Method Detail |
---|
Marker getMarker(String name)
Marker
instance by name. If the instance has been
created earlier, return the previously created instance.
Null name values are not allowed.
name
- the name of the marker to be created, null value is
not allowed.
boolean exists(String name)
boolean detachMarker(String name)
Note that after a marker is detached, there might still be "dangling" references to the detached marker.
name
- The name of the marker to detach
Marker getDetachedMarker(String name)
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |