NetBeans Forums

 FAQFAQ   SearchSearch   MemberlistMemberlist   RegisterRegister   ProfileProfile   Log in to check your private messagesLog in to check your private messages   Log inLog in 
  

How to append log4j messages to the Output window

 
Post new topic   Reply to topic    NetBeans Forums -> NetBeans Platform Users
View previous topic :: View next topic  
Author Message
benetbeaner



Joined: 24 Aug 2009
Posts: 37

PostPosted: Wed Oct 07, 2009 11:57 am    Post subject: How to append log4j messages to the Output window Reply with quote

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
Display posts from previous:   
Post new topic   Reply to topic    NetBeans Forums -> NetBeans Platform Users All times are GMT
Page 1 of 1

 
Jump to:  
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


Powered by phpBB
By use of this website, you agree to the NetBeans Policies and Terms of Use. © 2012, Oracle Corporation and/or its affiliates. Sponsored by Oracle logo