Is it possible to manage the logs of multiple logger contexts in one config
file?

The use case is where two contexts have the same logger name but two
different levels are desired:

```
<!-- in context A -->
<logger name="foo" level="DEBUG" />

<!-- in context B -->
<logger name="foo" level="INFO" />
```

-- 
*Raymond Augé* <http://www.liferay.com/web/raymond.auge/profile>
 (@rotty3000)
Senior Software Architect *Liferay, Inc.* <http://www.liferay.com>
 (@Liferay)
Board Member & EEG Co-Chair, OSGi Alliance <http://osgi.org> (@OSGiAlliance)
_______________________________________________
logback-user mailing list
logback-user@qos.ch
http://mailman.qos.ch/mailman/listinfo/logback-user

Reply via email to