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 Summary

    Modifier and Type
    Method
    Description
    <L extends Logger>
    L
    getLogger(String name, Class<L> loggerType)
     
  • Method Details