Expose log file via an API

Issue #1028 wontfix
Petr Nejedly repo owner created an issue
  • API
  • integrate in the Console
  • enable on-the-fly changes to the config levels in the console

Comments (4)

  1. Petr Nejedly reporter

    Writing to a stream

    WriterAppender logAppender = new WriterAppender(new PatternLayout(), new    MyStream (outArea));
    Logger.getRootLogger().addAppender(logAppender);  
    
  2. Petr Nejedly reporter
    • removed version

    I don't consider this to be an essential feature on the product: - debug log would take too much output - would not work well on mobile devices - maybe detail switch will be done as a part of another ticket

  3. Log in to comment