Class LoggerClass$
java.lang.Object
org.apache.pekko.actor.typed.internal.LoggerClass$
INTERNAL API
-
Field Summary
FieldsModifier and TypeFieldDescriptionstatic final LoggerClass$Static reference to the singleton instance of this Scala object. -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionClass<?>detectLoggerClassFromStack(Class<?> default_, scala.collection.immutable.List<String> additionalPrefixesToSkip) Try to extract a logger class from the call stack, if not possible the provided default is usedscala.collection.immutable.List<String>
-
Field Details
-
MODULE$
Static reference to the singleton instance of this Scala object.
-
-
Constructor Details
-
LoggerClass$
public LoggerClass$()
-
-
Method Details