Package ch.qos.logback.core.status
Class ErrorStatus
- java.lang.Object
-
- ch.qos.logback.core.status.StatusBase
-
- ch.qos.logback.core.status.ErrorStatus
-
- All Implemented Interfaces:
Status
@Deprecated(since="2022-01-27") public class ErrorStatus extends StatusBase
Deprecated.
-
-
Constructor Summary
Constructors Constructor Description ErrorStatus(java.lang.String msg, java.lang.Object origin)
Deprecated.ErrorStatus(java.lang.String msg, java.lang.Object origin, java.lang.Throwable t)
Deprecated.
-
Method Summary
-
Methods inherited from class ch.qos.logback.core.status.StatusBase
add, equals, getDate, getEffectiveLevel, getLevel, getMessage, getOrigin, getThrowable, hasChildren, hashCode, iterator, remove, toString
-
-