public static interface LogInterceptor.Log
| Modifier and Type | Method and Description |
|---|---|
void |
log(io.opentracing.Span span) |
void |
notify(LogListener listener,
io.opentracing.Span span) |
static LogInterceptor.Log |
of(long timestamp,
Map<String,?> fields) |
static LogInterceptor.Log |
of(Map<String,?> fields) |
void log(io.opentracing.Span span)
void notify(LogListener listener, io.opentracing.Span span)
static LogInterceptor.Log of(long timestamp, Map<String,?> fields)
static LogInterceptor.Log of(Map<String,?> fields)
Copyright © 2019–2021 Zalando SE. All rights reserved.