public class ReplicatedEntityLoggingAdapter$
extends java.lang.Object
| Modifier and Type | Field and Description |
|---|---|
static ReplicatedEntityLoggingAdapter$ |
MODULE$
Static reference to the singleton instance of this Scala object.
|
| Constructor and Description |
|---|
ReplicatedEntityLoggingAdapter$() |
| Modifier and Type | Method and Description |
|---|---|
ReplicatedEntityLoggingAdapter |
apply(ReplicatedEntityActor<?,?,?> entity,
akka.actor.ActorSystem system)
Special
LoggingAdapter which adds the enclosing replicated entity persistenceId to each log statement. |
public static final ReplicatedEntityLoggingAdapter$ MODULE$
public ReplicatedEntityLoggingAdapter apply(ReplicatedEntityActor<?,?,?> entity, akka.actor.ActorSystem system)
LoggingAdapter which adds the enclosing replicated entity persistenceId to each log statement.
It is both a MarkerLoggingAdapter as well as a DiagnosticLoggingAdapter, so MDC capabilities are exposed by default.
entity - (undocumented)system - (undocumented)