Interface LoggerAdapter<L>

    • Method Summary

      All Methods Instance Methods Abstract Methods 
      Modifier and Type Method Description
      L getLogger​(java.lang.String name)
      Gets a named logger.
      • Methods inherited from interface java.io.Closeable

        close
    • Method Detail

      • getLogger

        L getLogger​(java.lang.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