| <atom:entry xmlns:log="http://www.example.org/log" xmlns:atom="http://www.w3.org/2005/Atom" xmlns:log4j="http://jakarta.apache.org/log4j/"> |
| <atom:title type="text">HTTPAppender log record</atom:title> |
| <atom:updated>yyyy-MM-ddTHH:mm:ss.SSSZ</atom:updated> |
| <log:logger>org.apache.log4j.xml.XSLTLayoutTest</log:logger> |
| <log:level>DEBUG</log:level> |
| <log:thread>main</log:thread> |
| <log:message>DEBUG message</log:message> |
| </atom:entry> |
| <atom:entry xmlns:log="http://www.example.org/log" xmlns:atom="http://www.w3.org/2005/Atom" xmlns:log4j="http://jakarta.apache.org/log4j/"> |
| <atom:title type="text">HTTPAppender log record</atom:title> |
| <atom:updated>yyyy-MM-ddTHH:mm:ss.SSSZ</atom:updated> |
| <log:logger>org.apache.log4j.xml.XSLTLayoutTest</log:logger> |
| <log:level>INFO</log:level> |
| <log:thread>main</log:thread> |
| <log:message>INFO message</log:message> |
| </atom:entry> |