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
I believe this would be the simplest solution:
selenium-plugin System.out INFO ACCEPT DENY [%d{yyyy-MM-dd HH:mm:ss.SSS}] [%level] %msg%n System.err ERROR ACCEPT DENY [%d{yyyy-MM-dd HH:mm:ss.SSS}] [%level] [%thread] %logger{10} [%file:%line] %msg%n