I'm new to java, but I've written a small java service which uses the
FOP library. Every time FOP generates a PDF, there are a lot of warnings
spat out on the console. Is there any way I can disable the render
warnings and then filter any serious messages to a log file?
- Redirecting the output from FOP to a log file? Phill
- Re: Redirecting the output from FOP to a log file? Andreas Delmelle