| Modifier and Type | Field and Description |
|---|---|
static LogListener |
DEFAULT |
| Modifier and Type | Method and Description |
|---|---|
static LogListener |
composite(Iterable<LogListener> listeners) |
static LogListener |
composite(LogListener... listeners) |
default void |
onLog(io.opentracing.Span span,
long timestamp,
Map<String,?> fields) |
void |
onLog(io.opentracing.Span span,
Map<String,?> fields) |
static final LogListener DEFAULT
static LogListener composite(LogListener... listeners)
static LogListener composite(Iterable<LogListener> listeners)
Copyright © 2019–2020 Zalando SE. All rights reserved.