Uses of Class
ch.qos.logback.classic.spi.ThrowableDataPoint.ThrowableDataPointType

Packages that use ThrowableDataPoint.ThrowableDataPointType
ch.qos.logback.classic.spi Contains core classes of logback classic. 
 

Uses of ThrowableDataPoint.ThrowableDataPointType in ch.qos.logback.classic.spi
 

Methods in ch.qos.logback.classic.spi that return ThrowableDataPoint.ThrowableDataPointType
 ThrowableDataPoint.ThrowableDataPointType ThrowableDataPoint.getType()
           
static ThrowableDataPoint.ThrowableDataPointType ThrowableDataPoint.ThrowableDataPointType.valueOf(String name)
          Returns the enum constant of this type with the specified name.
static ThrowableDataPoint.ThrowableDataPointType[] ThrowableDataPoint.ThrowableDataPointType.values()
          Returns an array containing the constants of this enum type, in the order they are declared.
 



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