Interface LogInterceptor.Log
-
- Enclosing interface:
- LogInterceptor
public static interface LogInterceptor.Log
-
-
Method Summary
All Methods Static Methods Instance Methods Abstract Methods Modifier and Type Method Description voidlog(io.opentracing.Span span)voidnotify(LogListener listener, io.opentracing.Span span)static LogInterceptor.Logof(long timestamp, Map<String,?> fields)static LogInterceptor.Logof(Map<String,?> fields)
-
-
-
Method Detail
-
log
void log(io.opentracing.Span span)
-
notify
void notify(LogListener listener, io.opentracing.Span span)
-
of
static LogInterceptor.Log of(long timestamp, Map<String,?> fields)
-
of
static LogInterceptor.Log of(Map<String,?> fields)
-
-