Interface LogEvent
-
public interface LogEvent
Represents a log event sent viaLogConsumerService
.- Since:
- 8.0
-
-
Nested Class Summary
Nested Classes Modifier and Type Interface Description static class
LogEvent.Level
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description LogEvent.Level
getLevel()
String
getLoggerName()
String
getMessage()
Map<String,String>
getThreadContext()
String
getThreadName()
Optional<Throwable>
getThrowable()
Instant
getTimestamp()
-