I want to catch the println and redirect to a file and print it
here is my code, I wish to print 123 /n 456
but that doesn\'t work and I think I need something t
Redirect System.out.println to Log4J, while keeping class name information
the above post explains how to do this to some extent.