Java Logger only to file, no screen output!
- by Tom Taylor
Hello there SO'ers,
I got a quite simple problem but cant find a solution for it.
I have a logger with a file handler added, but it still spams to hell out of my console.
How could I get the logger to solely route all output to a file, with NO console outputs?
Thanks a lot,
cru