Viewing 3 posts - 1 through 3 (of 3 total)
  • Author
    Posts
  • #27065

    I’m using .Net library and have an issue with styles not applying. So I need to see the log to troubleshoot the issue but I cannot find it. Where all these messages go? My application is an Asp.Net MVC application, btw.

    #29864

    Related question (I’m using java api):

    Documentation for pd4ml.enableDebugInfo() states that output goes to STDOUT. Is there a way using the pd4ml API for me to specify a special log file for pd4ml?

    #29865

    It can be done with Java API:

    [language=java:33km8lff]public void redirectDebugInfo(PrintStream debugOutput) {
    System.setOut(debugOutput);
    System.setErr(debugOutput);
    }[/language:33km8lff]

Viewing 3 posts - 1 through 3 (of 3 total)

The forum ‘Troubleshooting’ is closed to new topics and replies.