public class LogEvent extends Object
LogEvent.Builder, the builder will gather as much context information as possible in order to enrich the logs.| Modifier and Type | Class and Description |
|---|---|
static class |
LogEvent.Builder |
| Constructor and Description |
|---|
LogEvent(Class<?> source,
String sourceThread,
Instant eventTimestamp,
String message,
Object[] args,
Throwable throwable,
Address sourceActorAddress) |
| Modifier and Type | Method and Description |
|---|---|
Object[] |
getArgs() |
Optional<Instant> |
getEventTimestamp() |
String |
getMessage() |
Class<?> |
getSource() |
Optional<Address> |
getSourceActorAddress() |
Optional<String> |
getSourceThread() |
Throwable |
getThrowable() |
Copyright © 2021. All rights reserved.