Interface LogMessages

All Superinterfaces:
org.apache.pekko.actor.ActorLogging

public interface LogMessages extends org.apache.pekko.actor.ActorLogging
  • Method Summary

    Modifier and Type
    Method
    Description
    scala.PartialFunction<Object,scala.runtime.BoxedUnit>
    logMessages(String mark, scala.PartialFunction<Object,scala.runtime.BoxedUnit> r)
     

    Methods inherited from interface org.apache.pekko.actor.ActorLogging

    log, org$apache$pekko$actor$ActorLogging$$_log, org$apache$pekko$actor$ActorLogging$$_log_$eq
  • Method Details

    • logMessages

      scala.PartialFunction<Object,scala.runtime.BoxedUnit> logMessages(String mark, scala.PartialFunction<Object,scala.runtime.BoxedUnit> r)