<html xmlns:v="urn:schemas-microsoft-com:vml" xmlns:o="urn:schemas-microsoft-com:office:office" xmlns:w="urn:schemas-microsoft-com:office:word" xmlns:m="http://schemas.microsoft.com/office/2004/12/omml" xmlns="http://www.w3.org/TR/REC-html40">
<head>
<meta http-equiv="Content-Type" content="text/html; charset=us-ascii">
<meta name="Generator" content="Microsoft Word 14 (filtered medium)">
<style><!--
/* Font Definitions */
@font-face
        {font-family:Calibri;
        panose-1:2 15 5 2 2 2 4 3 2 4;}
@font-face
        {font-family:Verdana;
        panose-1:2 11 6 4 3 5 4 4 2 4;}
@font-face
        {font-family:"Arial Rounded MT Bold";
        panose-1:2 15 7 4 3 5 4 3 2 4;}
/* Style Definitions */
p.MsoNormal, li.MsoNormal, div.MsoNormal
        {margin:0cm;
        margin-bottom:.0001pt;
        font-size:11.0pt;
        font-family:"Calibri","sans-serif";}
a:link, span.MsoHyperlink
        {mso-style-priority:99;
        color:blue;
        text-decoration:underline;}
a:visited, span.MsoHyperlinkFollowed
        {mso-style-priority:99;
        color:purple;
        text-decoration:underline;}
span.EmailStyle17
        {mso-style-type:personal-compose;
        font-family:"Calibri","sans-serif";
        color:windowtext;}
.MsoChpDefault
        {mso-style-type:export-only;
        font-family:"Calibri","sans-serif";}
@page WordSection1
        {size:612.0pt 792.0pt;
        margin:72.0pt 72.0pt 72.0pt 72.0pt;}
div.WordSection1
        {page:WordSection1;}
--></style><!--[if gte mso 9]><xml>
<o:shapedefaults v:ext="edit" spidmax="1026" />
</xml><![endif]--><!--[if gte mso 9]><xml>
<o:shapelayout v:ext="edit">
<o:idmap v:ext="edit" data="1" />
</o:shapelayout></xml><![endif]-->
</head>
<body lang="EN-US" link="blue" vlink="purple">
<div class="WordSection1">
<p class="MsoNormal">Hi, I’m working in aproject where I need to log same information in different log files.<o:p></o:p></p>
<p class="MsoNormal"><o:p> </o:p></p>
<p class="MsoNormal">I have 2 different Appenders, but I need to use only one custom Layout to avoid computing the same information twice
<o:p></o:p></p>
<p class="MsoNormal">Is there a way to do so? 2 Appenders but only 1 executing layout?<o:p></o:p></p>
<p class="MsoNormal"><o:p> </o:p></p>
<p class="MsoNormal">Also, I'm trying to use a Pattern with a custom Layout, but either I get the pattern executed or the Layout,  but not both. How could I get both to work?<o:p></o:p></p>
<p class="MsoNormal"><o:p> </o:p></p>
<p class="MsoNormal">This is an example of the configuration of my logback.xml file<o:p></o:p></p>
<p class="MsoNormal"><o:p> </o:p></p>
<p class="MsoNormal"><conversionRule conversionWord="OnePattern"<o:p></o:p></p>
<p class="MsoNormal">               converterClass="OnePattern" /><o:p></o:p></p>
<p class="MsoNormal"><o:p> </o:p></p>
<p class="MsoNormal"><appender name="OneAppender" class="ch.qos.logback.core.rolling.RollingFileAppender"><o:p></o:p></p>
<p class="MsoNormal">               <File>...</File><o:p></o:p></p>
<p class="MsoNormal">               <encoder class="ch.qos.logback.classic.encoder.PatternLayoutEncoder"><o:p></o:p></p>
<p class="MsoNormal">                              <pattern>%-6OnePattern %nopex%n</pattern><o:p></o:p></p>
<p class="MsoNormal">                              <layout class="CustomLayout"><o:p></o:p></p>
<p class="MsoNormal">                              </layout><o:p></o:p></p>
<p class="MsoNormal">               </encoder><o:p></o:p></p>
<p class="MsoNormal"></appender><o:p></o:p></p>
<p class="MsoNormal"><o:p> </o:p></p>
<p class="MsoNormal">Thanks in advance<o:p></o:p></p>
<p class="MsoNormal"><span lang="ES-AR" style="font-size:10.0pt;font-family:"Verdana","sans-serif";color:#0F243E"><o:p> </o:p></span></p>
<div style="mso-element:para-border-div;border-top:solid #F79646 2.25pt;border-left:none;border-bottom:solid #F79646 2.25pt;border-right:none;padding:8.0pt 0cm 6.0pt 0cm;margin-left:0cm;margin-right:219.9pt">
<p class="MsoNormal" style="mso-margin-top-alt:12.0pt;margin-right:0cm;margin-bottom:12.0pt;margin-left:0cm;text-indent:1.0cm;border:none;padding:0cm">
<b><span lang="ES-AR" style="font-family:"Arial Rounded MT Bold","sans-serif";color:#E36C0A">Gustavo Arriazu</span></b><b><span lang="ES-AR" style="font-family:"Arial Rounded MT Bold","sans-serif";color:#AA5108"><o:p></o:p></span></b></p>
</div>
<p class="MsoNormal"><o:p> </o:p></p>
</div>
</body>
</html>