Hi, I've just added log4cxx to a small codebase but a lot of its logging is done by (binary) libraries using printf, cout, cerr, etc. Is there a way to trap these console outputs in my log file with an appender?
One way I am considering doing it is configure a console appender for the log4cxx calls and then just redirect everything to the file. This doesn't get me a rollingfileappender though...unless... Can an appender append to an appender? What would you do? Thanks, Chris