Interface LoggerFactory


  • @Deprecated(since="2022-01-27")
    public interface LoggerFactory
    Deprecated.
    This internal log4j API is not supported by AEM as a Cloud Service.
    Implement this interface to create new instances of Logger or a sub-class of Logger.

    See examples/subclass/MyLogger.java for an example.

    Since:
    version 0.8.5
    • Method Detail

      • makeNewLoggerInstance

        Logger makeNewLoggerInstance​(String name)
        Deprecated.