MCPcopy
hub / github.com/qos-ch/slf4j / add

Method add

slf4j-api/src/main/java/org/slf4j/Marker.java:75–75  ·  view source on GitHub ↗

Add a reference to another Marker. Note that the fluent API allows adding multiple markers to a logging statement. It is often preferable to use multiple markers instead of nested markers. @param reference a reference to another marker @throws IllegalArgumentException

(Marker reference)

Source from the content-addressed store, hash-verified

73 * if 'reference' is null
74 */
75 public void add(Marker reference);
76
77 /**
78 * Remove a marker reference.

Callers 15

testMultiAddMethod · 0.95
testAddRemoveMethod · 0.95
testSelfRecursionMethod · 0.95
testIndirectRecursionMethod · 0.95
testHomonymsMethod · 0.95
printMethod · 0.65
printlnMethod · 0.65
bundleChangedMethod · 0.65
frameworkEventMethod · 0.65
flushMethod · 0.65
pruneCompositesMethod · 0.65

Implementers 1

BasicMarkerslf4j-api/src/main/java/org/slf4j/help

Calls

no outgoing calls

Tested by 15

testMultiAddMethod · 0.76
testAddRemoveMethod · 0.76
testSelfRecursionMethod · 0.76
testIndirectRecursionMethod · 0.76
testHomonymsMethod · 0.76
printMethod · 0.52
printlnMethod · 0.52
bundleChangedMethod · 0.52
frameworkEventMethod · 0.52
flushMethod · 0.52
pruneCompositesMethod · 0.52
appendMethod · 0.52