ch.qos.logback.classic.spi
Class EventArgUtil

java.lang.Object
  extended by ch.qos.logback.classic.spi.EventArgUtil

public class EventArgUtil
extends Object


Constructor Summary
EventArgUtil()
           
 
Method Summary
static Object[] arrangeArguments(Object[] argArray)
           
static Throwable extractThrowable(Object[] argArray)
           
static boolean successfulExtraction(Throwable throwable)
           
static Object[] trimmedCopy(Object[] argArray)
          This method should be called only if successfulExtraction(Throwable) returns true.
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

EventArgUtil

public EventArgUtil()
Method Detail

extractThrowable

public static final Throwable extractThrowable(Object[] argArray)

trimmedCopy

public static Object[] trimmedCopy(Object[] argArray)
This method should be called only if successfulExtraction(Throwable) returns true.

Parameters:
argArray -
Returns:

arrangeArguments

public static Object[] arrangeArguments(Object[] argArray)

successfulExtraction

public static boolean successfulExtraction(Throwable throwable)


Copyright © 2005-2014 QOS.ch. All Rights Reserved.