org.xwiki.logging.marker
Interface ContainerMarker

All Superinterfaces:
org.slf4j.Marker, Serializable
All Known Implementing Classes:
AbstractContainerMarker, BeginTranslationMarker, EndTranslationMarker, TranslationMarker, TranslationMarker

@Unstable
public interface ContainerMarker
extends org.slf4j.Marker

Custom Markers which contains values (so which are a bit more than Marker as defined by SLF4J).

Since:
5.4M1
Version:
$Id: be191a1decca33925e5b400c5e79b42db0dd1bd4 $

Field Summary
 
Fields inherited from interface org.slf4j.Marker
ANY_MARKER, ANY_NON_NULL_MARKER
 
Method Summary
<M extends org.slf4j.Marker>
M
get(String name)
           
 
Methods inherited from interface org.slf4j.Marker
add, contains, contains, equals, getName, hasChildren, hashCode, hasReferences, iterator, remove
 

Method Detail

get

<M extends org.slf4j.Marker> M get(String name)
Type Parameters:
M - the type of the marker
Parameters:
name - the name of the marker
Returns:
the marker of null if none could be found


Copyright © 2004–2014 XWiki. All rights reserved.