Interface LoggerFactory


  • @ProviderType
    public interface LoggerFactory
    This is a stripped down copy of the LogService 1.4 API (R7). It's trimmed down to the methods used by the optional support for R7 logging.
    • Method Detail

      • getLogger

        <L extends Logger> L getLogger​(java.lang.String name,
                                       java.lang.Class<L> loggerType)