Package ch.qos.logback.classic.spi
Class EventArgUtil
java.lang.Object
ch.qos.logback.classic.spi.EventArgUtil
Deprecated.
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionstatic Object[]arrangeArguments(Object[] argArray) Deprecated.static final ThrowableextractThrowable(Object[] argArray) Deprecated.static booleansuccessfulExtraction(Throwable throwable) Deprecated.static Object[]trimmedCopy(Object[] argArray) Deprecated.This method should be called only ifsuccessfulExtraction(Throwable)returns true.
-
Constructor Details
-
EventArgUtil
public EventArgUtil()Deprecated.
-
-
Method Details
-
extractThrowable
Deprecated. -
trimmedCopy
Deprecated.This method should be called only ifsuccessfulExtraction(Throwable)returns true.- Parameters:
argArray-- Returns:
-
arrangeArguments
Deprecated. -
successfulExtraction
Deprecated.
-