File tree 1 file changed +7
-8
lines changed
slf4j-api/src/main/java/org/slf4j
1 file changed +7
-8
lines changed Original file line number Diff line number Diff line change 29
29
30
30
/**
31
31
* Markers are named objects used to enrich log statements. Conforming logging
32
- * system Implementations of SLF4J determine how information conveyed by markers
33
- * are used, if at all. In particular, many conforming logging systems ignore
34
- * marker data.
35
- *
36
- * <p>
37
- * Markers can contain references to other markers, which in turn may contain
38
- * references of their own.
39
- *
32
+ * system implementations of SLF4J should determine how information conveyed by
33
+ * any markers are used, if at all. Many conforming logging systems ignore marker
34
+ * data entirely.
35
+ *
36
+ * <p>Markers can contain references to other markers, which in turn may
37
+ * contain references of their own.
38
+ *
40
39
* @author Ceki Gülcü
41
40
*/
42
41
public interface Marker extends Serializable {
You can’t perform that action at this time.
0 commit comments