Class LoggerFactory

    • Method Detail

      • getLogger

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