Class Loggers


  • @Deprecated(since="9.15")
    public abstract class Loggers
    extends java.lang.Object
    Deprecated.
    since 9.15 in favor of LoggerFactory
    • Constructor Summary

      Constructors 
      Constructor Description
      Loggers()
      Deprecated.
       
    • Method Summary

      All Methods Static Methods Concrete Methods Deprecated Methods 
      Modifier and Type Method Description
      static Logger get​(java.lang.Class<?> aClass)
      Deprecated.
       
      static Logger get​(java.lang.String name)
      Deprecated.
       
      • Methods inherited from class java.lang.Object

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

      • Loggers

        public Loggers()
        Deprecated.
    • Method Detail

      • get

        public static Logger get​(java.lang.Class<?> aClass)
        Deprecated.
      • get

        public static Logger get​(java.lang.String name)
        Deprecated.