| Constructor and Description |
|---|
Builder(Class<?> source,
String message) |
Builder(Class<?> source,
String message,
String sourceThread,
Instant eventTimestamp) |
| Modifier and Type | Method and Description |
|---|---|
LogEvent |
build() |
LogEvent.Builder |
withArgs(Object... args) |
LogEvent.Builder |
withSourceActorAddress(Address sourceActorAddress) |
LogEvent.Builder |
withThrowable(Throwable throwable) |
public Builder(Class<?> source, String message, String sourceThread, Instant eventTimestamp)
public LogEvent.Builder withArgs(Object... args)
public LogEvent.Builder withThrowable(Throwable throwable)
public LogEvent.Builder withSourceActorAddress(Address sourceActorAddress)
public LogEvent build()
Copyright © 2021. All rights reserved.