[logback-dev] [JIRA] Commented: (LBCLASSIC-22) feature request: XMLLayout (cfr. log4j)

Thorbjoern Ravn Andersen (JIRA) noreply-jira at qos.ch
Mon Nov 24 23:38:14 CET 2008


    [ http://jira.qos.ch/browse/LBCLASSIC-22?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=10933#action_10933 ] 

Thorbjoern Ravn Andersen commented on LBCLASSIC-22:
---------------------------------------------------

The following logback.xml works with the attached com.runjva.logback.xml.XMLLayout:

<configuration debug="false">
 
  <appender name="STDOUT"
    class="ch.qos.logback.core.ConsoleAppender">
    <layout class="com.runjva.logback.xml.XMLLayout">
<!--    <locationInfo>true</locationInfo>
    <properties>true</properties>
-->    </layout>
  </appender>
  
<root>
    <level value="debug" />
    <appender-ref ref="STDOUT" />
  </root>
  
</configuration>



> 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: Logback dev list
>            Priority: Minor
>         Attachments: XMLLayout.jar
>
>
> 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