Re: displaying log messages in weblogic console using log4j

2008-07-29 Thread Jacob Kjome
That all depends what the Admin Console displays.  Does it display the "console.log" file, which contains any contents written to System.out?  If it's just an arbitrary log file, you can always have Log4j append to it.  As long as the same VM is being used for both, there should be no problems (

Re: displaying log messages in weblogic console using log4j

2008-07-29 Thread Naina G
Hello Jake, Thank you so much for the response. Yes, I mean weblogic's console. Can we do that by using just log4j ? Do we not need weblogic logging services? And how do we use the console appender to point to weblogic console so that the messages go to weblogic console? Thanks again. *PS: By say

Re: displaying log messages in weblogic console using log4j

2008-07-29 Thread Naina G
Hello Jake, Thank you so much for the response. Yes, I mean weblogic's console. Can we do that by using just log4j ? Do we not need weblogic logging services? And how do we use the console appender to point to weblogic console so that the messages go to weblogic console? Thanks again. Thanks and

Re: displaying log messages in weblogic console using log4j

2008-07-29 Thread Jacob Kjome
Do you mean Weblogic's console log?  Just use Log4j's Console Appender, which is essentially the same as System.out.print() Jake On Tue, 29 Jul 2008 11:48:12 -0500 "Naina G" <[EMAIL PROTECTED]> wrote: Hello, I would like to know if we can use log4j to direct the application logs to weblogic

displaying log messages in weblogic console using log4j

2008-07-29 Thread Naina G
Hello, I would like to know if we can use log4j to direct the application logs to weblogic console. Or do we need to go for weblogic logging services for that. Please help. Thanks and Regards, Naina.