Package ch.qos.logback.classic.util
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 theLoggerContextreturned byLoggerFactory.getILoggerFactory().- Since:
- 1.1.10
-
-
Constructor Summary
Constructors Constructor Description StatusViaSLF4JLoggerFactory()Deprecated.
-
Method Summary
All Methods Static Methods Concrete Methods Deprecated Methods Modifier and Type Method Description static voidaddError(String msg, Object o)Deprecated.static voidaddError(String msg, Object o, Throwable t)Deprecated.static voidaddInfo(String msg, Object o)Deprecated.static voidaddStatus(Status status)Deprecated.
-
-
-
Method Detail
-
addStatus
public static void addStatus(Status status)
Deprecated.
-
-