[BAEL-1300] Custom Logback Appender (#3193)

* BAEL-1300 Custom logback appender

* BAEL-1300 fix to logback module

* relativePath
This commit is contained in:
Taylor Daugherty
2017-12-04 01:40:21 -05:00
committed by maibin
parent 63d4e7d014
commit 7f23c45ef4
12 changed files with 231 additions and 0 deletions

View File

@@ -0,0 +1,10 @@
<?xml version="1.0" encoding="UTF-8"?>
<XMLTutorials>
<tutorial tutId="01" type="xml">
<title>XML with Dom4J</title>
<description>XML handling with Dom4J</description>
<date>14/06/2016</date>
<author>Dom4J tech writer</author>
</tutorial>
</XMLTutorials>

View File

@@ -0,0 +1,9 @@
<?xml version="1.0" encoding="UTF-8" standalone="yes"?>
<tutorials>
<tutorial tutId="01" type="XML">
<author>Jaxb author</author>
<date>04/02/2015</date>
<description>XML Binding with Jaxb</description>
<title>XML with Jaxb</title>
</tutorial>
</tutorials>