Class LoggerClass$


  • public class LoggerClass$
    extends java.lang.Object
    INTERNAL API
    • Field Summary

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

      Constructors 
      Constructor Description
      LoggerClass$()  
    • Method Summary

      All Methods Instance Methods Concrete Methods 
      Modifier and Type Method Description
      java.lang.Class<?> detectLoggerClassFromStack​(java.lang.Class<?> default_, scala.collection.immutable.List<java.lang.String> additionalPrefixesToSkip)
      Try to extract a logger class from the call stack, if not possible the provided default is used
      scala.collection.immutable.List<java.lang.String> detectLoggerClassFromStack$default$2()  
      • Methods inherited from class java.lang.Object

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

      • MODULE$

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

      • LoggerClass$

        public LoggerClass$()
    • Method Detail

      • detectLoggerClassFromStack

        public java.lang.Class<?> detectLoggerClassFromStack​(java.lang.Class<?> default_,
                                                             scala.collection.immutable.List<java.lang.String> additionalPrefixesToSkip)
        Try to extract a logger class from the call stack, if not possible the provided default is used
      • detectLoggerClassFromStack$default$2

        public scala.collection.immutable.List<java.lang.String> detectLoggerClassFromStack$default$2()