Class StatusViaSLF4JLoggerFactory

java.lang.Object
ch.qos.logback.classic.util.StatusViaSLF4JLoggerFactory

@Deprecated(since="2022-01-27") public class StatusViaSLF4JLoggerFactory extends Object
Deprecated.
This internal logback API is not supported by AEM as a Cloud Service.
Add a status message to the LoggerContext returned by LoggerFactory.getILoggerFactory().
Since:
1.1.10
  • Constructor Details

    • StatusViaSLF4JLoggerFactory

      public StatusViaSLF4JLoggerFactory()
      Deprecated.
  • Method Details

    • addInfo

      public static void addInfo(String msg, Object o)
      Deprecated.
    • addError

      public static void addError(String msg, Object o)
      Deprecated.
    • addError

      public static void addError(String msg, Object o, Throwable t)
      Deprecated.
    • addStatus

      public static void addStatus(Status status)
      Deprecated.