Interface LoggerFactory

    • Method Detail

      • getLogger

        Logger getLogger​(String loggerName,
                         String bundleName,
                         ClassLoader loader)
        Get a Logger. The class that implements this interface is responsible for creating a logger for the named component. The bundle name and class loader are passed to allow the implementation to properly find and construct the internationalization bundle.
        Parameters:
        loggerName - the relative name of this logger
        bundleName - the fully qualified name of the resource bundle
        loader - the class loader used to load the resource bundle, or null
        Returns:
        the logger