HTML to PDF / DOCX / RTF Java converter library › Forums › PD4ML v3 Archived Forums (Read Only) › Troubleshooting › Cannot find log messages and how to enable them › Re: Re: Cannot find log messages and how to enable them
September 30, 2016 at 11:56
#29865
It can be done with Java API:
[language=java:33km8lff]public void redirectDebugInfo(PrintStream debugOutput) {
System.setOut(debugOutput);
System.setErr(debugOutput);
}[/language:33km8lff]