How can I configure Logback to log different levels for a logger to different destinations?
For example, given the following Logback configuration, will Logback reco
okay, here is my favorite xml way of doing it. I do this for the eclipse version so I can
and for some reason SO is not showing this all properly but most seems to be there...
e.level.toInt() <= INFO.toInt()
DENY
NEUTRAL
%date{ISO8601} %X{sessionid}-%X{user} %caller{1} %-4level: %message%n
warn
%date{ISO8601} %X{sessionid}-%X{user} %caller{1} %-4level: %message%n
System.err