Interface LogEvent
-
public interface LogEventRepresents a log event sent viaLogConsumerService.- Since:
- 8.0
-
-
Nested Class Summary
Nested Classes Modifier and Type Interface Description static classLogEvent.Level
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description LogEvent.LevelgetLevel()StringgetLoggerName()StringgetMessage()Map<String,String>getThreadContext()StringgetThreadName()Optional<Throwable>getThrowable()InstantgetTimestamp()
-