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