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)
| 73 | * if 'reference' is null |
| 74 | */ |
| 75 | public void add(Marker reference); |
| 76 | |
| 77 | /** |
| 78 | * Remove a marker reference. |
no outgoing calls