Package ch.qos.logback.classic.spi
Class EventArgUtil
- java.lang.Object
-
- ch.qos.logback.classic.spi.EventArgUtil
-
public class EventArgUtil extends Object
-
-
Constructor Summary
Constructors Constructor Description EventArgUtil()
-
Method Summary
All Methods Static Methods Concrete Methods Modifier and Type Method Description static Object[]arrangeArguments(Object[] argArray)static ThrowableextractThrowable(Object[] argArray)static booleansuccessfulExtraction(Throwable throwable)static Object[]trimmedCopy(Object[] argArray)This method should be called only ifsuccessfulExtraction(Throwable)returns true.
-
-
-
Method Detail
-
trimmedCopy
public static Object[] trimmedCopy(Object[] argArray)
This method should be called only ifsuccessfulExtraction(Throwable)returns true.- Parameters:
argArray-- Returns:
-
successfulExtraction
public static boolean successfulExtraction(Throwable throwable)
-
-