ch.qos.logback.classic.html
Class DefaultCssBuilder
java.lang.Object
ch.qos.logback.classic.html.DefaultCssBuilder
- All Implemented Interfaces:
- CssBuilder
public class DefaultCssBuilder
- extends Object
- implements CssBuilder
This class helps the HTMLLayout build the CSS link. It either provides the
HTMLLayout with a default css file, or builds the link to an external,
user-specified, file.
- Author:
- Sébastien Pennec
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
DefaultCssBuilder
public DefaultCssBuilder()
addCss
public void addCss(StringBuilder sbuf)
- Specified by:
addCss
in interface CssBuilder
Copyright © 2005-2013 QOS.ch. All Rights Reserved.