NetBeans Forums
| View previous topic :: View next topic |
| Author |
Message |
benetbeaner
Joined: 24 Aug 2009 Posts: 37
|
Posted: Wed Oct 07, 2009 11:57 am Post subject: How to append log4j messages to the Output window |
|
|
Hi
Does anyone know how to configure log4j to append the logs to NB platform application's Output Window? At the moment I need to do the following if I want to print the log message on the Output window
inputOutput = IOProvider.getDefault().getIO("Output pane name", false);
inputOutput.getOut().println(log_message);
I am also using log4j in my code too, so there are a lot of duplicated code. I am wondering if anyone know how to configure a log4j appender, so that it will direct the log message to the Output window.
Thanks |
|
| Back to top |
|
 |
|
|
You cannot post new topics in this forum You cannot reply to topics in this forum You cannot edit your posts in this forum You cannot delete your posts in this forum You cannot vote in polls in this forum You can attach files in this forum You can download files in this forum
|
|