Packages

o

akka.actor

ActorLogMarker

object ActorLogMarker

This is public with the purpose to document the used markers and properties of log events. No guarantee that it will remain binary compatible, but the marker names and properties are considered public API and will not be changed without notice.

Source
ActorLogMarker.scala
Linear Supertypes
Ordering
  1. Alphabetic
  2. By Inheritance
Inherited
  1. ActorLogMarker
  2. AnyRef
  3. Any
  1. Hide All
  2. Show All
Visibility
  1. Public
  2. Protected

Value Members

  1. def deadLetter(messageClass: String): LogMarker

    Marker "akkaDeadLetter" of log event for dead letter messages.

    Marker "akkaDeadLetter" of log event for dead letter messages.

    messageClass

    The message class of the DeadLetter. Included as property "akkaMessageClass".