Class LoggingTestKitImpl$

java.lang.Object
org.apache.pekko.actor.testkit.typed.internal.LoggingTestKitImpl$
All Implemented Interfaces:
Serializable

public class LoggingTestKitImpl$ extends Object implements Serializable
INTERNAL API
See Also:
  • Field Summary

    Fields
    Modifier and Type
    Field
    Description
    static final LoggingTestKitImpl$
    Static reference to the singleton instance of this Scala object.
  • Constructor Summary

    Constructors
    Constructor
    Description
     
  • Method Summary

    Modifier and Type
    Method
    Description
    org.apache.pekko.actor.testkit.typed.internal.LoggingTestKitImpl
    apply(int occurrences, scala.Option<org.slf4j.event.Level> logLevel, scala.Option<String> loggerName, scala.Option<String> source, scala.Option<String> messageContains, scala.Option<scala.util.matching.Regex> messageRegex, scala.Option<Class<? extends Throwable>> cause, scala.collection.immutable.Map<String,String> mdc, boolean checkExcess, scala.Option<scala.Function1<LoggingEvent,Object>> custom)
    INTERNAL API
    org.apache.pekko.actor.testkit.typed.internal.LoggingTestKitImpl
     
    scala.Option<scala.Tuple10<Object,scala.Option<org.slf4j.event.Level>,scala.Option<String>,scala.Option<String>,scala.Option<String>,scala.Option<scala.util.matching.Regex>,scala.Option<Class<? extends Throwable>>,scala.collection.immutable.Map<String,String>,Object,scala.Option<scala.Function1<LoggingEvent,Object>>>>
    unapply(org.apache.pekko.actor.testkit.typed.internal.LoggingTestKitImpl x$0)
     

    Methods inherited from class java.lang.Object

    clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
  • Field Details

    • MODULE$

      public static final LoggingTestKitImpl$ MODULE$
      Static reference to the singleton instance of this Scala object.
  • Constructor Details

    • LoggingTestKitImpl$

      public LoggingTestKitImpl$()
  • Method Details

    • empty

      public org.apache.pekko.actor.testkit.typed.internal.LoggingTestKitImpl empty()
    • apply

      public org.apache.pekko.actor.testkit.typed.internal.LoggingTestKitImpl apply(int occurrences, scala.Option<org.slf4j.event.Level> logLevel, scala.Option<String> loggerName, scala.Option<String> source, scala.Option<String> messageContains, scala.Option<scala.util.matching.Regex> messageRegex, scala.Option<Class<? extends Throwable>> cause, scala.collection.immutable.Map<String,String> mdc, boolean checkExcess, scala.Option<scala.Function1<LoggingEvent,Object>> custom)
      INTERNAL API
    • unapply

      public scala.Option<scala.Tuple10<Object,scala.Option<org.slf4j.event.Level>,scala.Option<String>,scala.Option<String>,scala.Option<String>,scala.Option<scala.util.matching.Regex>,scala.Option<Class<? extends Throwable>>,scala.collection.immutable.Map<String,String>,Object,scala.Option<scala.Function1<LoggingEvent,Object>>>> unapply(org.apache.pekko.actor.testkit.typed.internal.LoggingTestKitImpl x$0)