Class LoggerFactory


  • @API(status=INTERNAL,
         since="1.0")
    public final class LoggerFactory
    extends java.lang.Object
    Factory for the Logger facade for JUL.
    Since:
    1.0
    • Method Detail

      • getLogger

        public static Logger getLogger​(java.lang.Class<?> clazz)
        Get a Logger for the specified class.
        Parameters:
        clazz - the class for which to get the logger; never null
        Returns:
        the logger