Logback API
Version 0.9.8

Uses of Interface
ch.qos.logback.core.html.IThrowableRenderer

Packages that use IThrowableRenderer
ch.qos.logback.classic.html Contains classes to format log output in HTML. 
ch.qos.logback.core.html Contains the base classes needed to format logging events to HTML. 
 

Uses of IThrowableRenderer in ch.qos.logback.classic.html
 

Classes in ch.qos.logback.classic.html that implement IThrowableRenderer
 class DefaultThrowableRenderer
           
 

Uses of IThrowableRenderer in ch.qos.logback.core.html
 

Classes in ch.qos.logback.core.html that implement IThrowableRenderer
 class NOPThrowableRenderer
           
 

Fields in ch.qos.logback.core.html declared as IThrowableRenderer
protected  IThrowableRenderer HTMLLayoutBase.throwableRenderer
           
 

Methods in ch.qos.logback.core.html that return IThrowableRenderer
 IThrowableRenderer HTMLLayoutBase.getThrowableRenderer()
           
 

Methods in ch.qos.logback.core.html with parameters of type IThrowableRenderer
 void HTMLLayoutBase.setThrowableRenderer(IThrowableRenderer throwableRenderer)
           
 


Logback API
Version 0.9.8

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