In your main logback.XML you can include another like this:

<configuration>
  <include file="src/main/java/chapters/configuration/includedConfig.xml"/>

  <root level="DEBUG">
    <appender-ref ref="includedConsole" />
  </root>

</configuration>


Then in your second file you can configure multiple appenders. 

Does that work? I'm not 100% sure I understand the question. 

David

On 26 May 2011, at 19:38, "Vitor Granzinoli Vellozo" 
<[email protected]> wrote:

>  
> 
> Hi Logbackers,
> 
>  
> 
> In my application, I need multiple configurations to generate multiple files.
> 
>  
> 
> The first problem is, I have to use one logback configuration with no 
> modifications (because we have to use a
> 
> proprietary framework, it is a framework of our client), so I have to keep a 
> main configuration.
> 
>  
> 
> The second problem is, the business of my application needs more than 3 
> different logs, so I need at list one more
> 
> Logback configuration where I can put more than one file appender.
> 
>  
> 
> My question is: How can I have one more logback configuration that do not 
> have any application dependencies. That
> 
> can be read from a “Helper/Util” class without any help from the 
> infrastruture (ex: Spring).
> 
>  
> 
> Or, if anyone have another idea?
> 
>  
> 
> Thanks a lot!
> 
> Vitor
> 
>  
> 
>  
> 
>  
> 
>  
> 
> _______________________________________________
> Logback-user mailing list
> [email protected]
> http://qos.ch/mailman/listinfo/logback-user
_______________________________________________
Logback-user mailing list
[email protected]
http://qos.ch/mailman/listinfo/logback-user

Reply via email to