https://issues.apache.org/bugzilla/show_bug.cgi?id=53781
--- Comment #5 from Ralph Goers <[email protected]> --- I understand your use case, but the logger is not the problem. For a potential way of dealing with this see http://logging.apache.org/log4j/2.x/manual/appenders.html#RoutingAppender. Now this is for Log4j 2, not Log4j 1.x, but you could manually create an Appender that does something similar for Log4j 1.x without needing to do anything special with Loggers. -- You are receiving this mail because: You are the assignee for the bug. --------------------------------------------------------------------- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected]
