[logback-dev] [JIRA] Commented: (LBCLASSIC-22) feature request: XMLLayout (cfr. log4j)
Thorbjørn Ravn Andersen (JIRA)
noreply-jira at qos.ch
Wed Feb 4 13:41:47 CET 2009
[ http://jira.qos.ch/browse/LBCLASSIC-22?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=11033#action_11033 ]
Thorbjørn Ravn Andersen commented on LBCLASSIC-22:
--------------------------------------------------
This logback.xml snippet works with the uploaded XMLLayout.java file
<appender name="FILE" class="ch.qos.logback.core.FileAppender">
<layout class="com.runjva.logback.xml.XMLLayout">
<LocationInfo>true</LocationInfo>
<Properties>true</Properties>
</layout>
<File>c:/logback-output.xml</File>
<Append>false</Append>
</appender>
The c:/logback-output.xml file can be read with the "File -> Load Log4j file" in the Chainsaw version which can be invoked with Java Web Start from http://logging.apache.org/log4j/docs/webstart/chainsaw/chainsawWebStart.jnlp
> feature request: XMLLayout (cfr. log4j)
> ---------------------------------------
>
> Key: LBCLASSIC-22
> URL: http://jira.qos.ch/browse/LBCLASSIC-22
> Project: logback-classic
> Issue Type: Improvement
> Components: Other
> Affects Versions: unspecified
> Environment: Operating System: Linux
> Platform: PC
> Reporter: dirk
> Assignee: Ceki Gulcu
> Priority: Minor
> Attachments: XMLLayout.jar, XMLLayout.java
>
>
> see Summary
--
This message is automatically generated by JIRA.
-
If you think it was sent incorrectly contact one of the administrators: http://jira.qos.ch/secure/Administrators.jspa
-
For more information on JIRA, see: http://www.atlassian.com/software/jira
More information about the logback-dev
mailing list