Class Loggers


  • @Deprecated(since="2021-05-27")
    public final class Loggers
    extends Object
    Deprecated.
    Usage of this API is not supported in AEM as a Cloud Service.
    This class is not part of the public API.
    Since:
    3.0
    • Method Detail

      • getLogger

        public static Logger getLogger​(String suffix)
        Deprecated.
        Gets a logger with the given suffix appended on to PREFIX, separated by a '.'.
        Parameters:
        suffix - the suffix for the logger
        Returns:
        the logger
        See Also:
        PREFIX