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

Packages that use CssBuilder
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 CssBuilder in ch.qos.logback.classic.html
 

Classes in ch.qos.logback.classic.html that implement CssBuilder
 class DefaultCssBuilder
          This class helps the HTMLLayout build the CSS link.
 class UrlCssBuilder
          This class helps the HTMLLayout build the CSS link.
 

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

Fields in ch.qos.logback.core.html declared as CssBuilder
protected  CssBuilder HTMLLayoutBase.cssBuilder
           
 

Methods in ch.qos.logback.core.html that return CssBuilder
 CssBuilder HTMLLayoutBase.getCssBuilder()
           
 

Methods in ch.qos.logback.core.html with parameters of type CssBuilder
 void HTMLLayoutBase.setCssBuilder(CssBuilder cssBuilder)
           
 



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