Interface LoggerAdapter<L>

    • Method Detail

      • getLogger

        L getLogger​(String name)
        Gets a named logger. Implementations should defer to the abstract methods in AbstractLoggerAdapter.
        Parameters:
        name - the name of the logger to get
        Returns:
        the named logger