Class LoggerClass


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

      Constructors 
      Constructor Description
      LoggerClass()  
    • Method Summary

      All Methods Static Methods Concrete Methods 
      Modifier and Type Method Description
      static 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
      static 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
    • Constructor Detail

      • LoggerClass

        public LoggerClass()
    • Method Detail

      • detectLoggerClassFromStack

        public static 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 static scala.collection.immutable.List<java.lang.String> detectLoggerClassFromStack$default$2()