Configuration-Syntax(1)
1. Configure Appenders
An appender is configured with the <appender> element, which takes two mandatory attributes name and class.
The name attribute specifies the name of the appender whereas the class attribute specifies the fully qualified name of the appender class to instantiate
The <appender> element may contain zero or one <layout> elements, zero or more <encoder> elements and zero or more <filter> elements
<appender> elements may contain any number of elements corresponding to JavaBean properties of the appender class
'Logging > LogBack' 카테고리의 다른 글
[LogBack] 3_3. Configuration-Syntax (0) | 2016.06.03 |
---|---|
[LogBack] 3_2. Configuration-with logback-test.xml or logback.xml (0) | 2016.06.02 |
[LogBack] 3_1. Configuration-Automatically (0) | 2016.05.31 |
[LogBack] 2. Architecture (0) | 2016.05.26 |
[LogBack] 1. Introduction (0) | 2016.05.25 |