Class ProtonLoggerFactory


  • public class ProtonLoggerFactory
    extends java.lang.Object
    Thin convenience wrapper around Logger
    • Method Summary

      All Methods Static Methods Concrete Methods 
      Modifier and Type Method Description
      static java.util.logging.Logger getLogger​(java.lang.Class<?> clazz)
      Returns a logger named using the fully qualified name of the supplied class.
      • Methods inherited from class java.lang.Object

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

      • ProtonLoggerFactory

        public ProtonLoggerFactory()
    • Method Detail

      • getLogger

        public static java.util.logging.Logger getLogger​(java.lang.Class<?> clazz)
        Returns a logger named using the fully qualified name of the supplied class.