Interface AbstractLogFactory

All Known Implementing Classes:
JakartaCommonsLoggingLogFactory, Jdk14LoggingLogFactory, Log4j2LoggingLogFactory, NoLoggingLogFactory, Slf4jLoggingLogFactory

public interface AbstractLogFactory
Defines the interface for creating Log implementations.
Author:
Jeff Butler
  • Method Summary

    Modifier and Type
    Method
    Description
    getLog(Class<?> targetClass)
     
  • Method Details

    • getLog

      Log getLog(Class<?> targetClass)