Re: WebLogic and logging

2000-06-13 Thread W Jiang
development [EMAIL PROTECTED] From: Douglas Bullard [EMAIL PROTECTED] Subject: Re: WebLogic and logging To: [EMAIL PROTECTED] You have to use one of their classes to do any logging. I'd recommend wrapping this in your own class, so if you move to another appservers (say GS

WebLogic and logging

2000-06-12 Thread Rich Johns
WebLogic 5.1 nt server Does anyone know how to get WebLogic to show trace output from beans? IOW, if my beans do printlns, how can I configure WebLogic to show me the output? There must be a property. Thanks. === To

Re: WebLogic and logging

2000-06-12 Thread Douglas Bullard
Systems, Inc. 20575 NW von Neumann Drive Beaverton, OR 97006 (503) 533-3590 [EMAIL PROTECTED] -Original Message- From: Rich Johns [mailto:[EMAIL PROTECTED]] Sent: Monday, June 12, 2000 10:34 AM To: [EMAIL PROTECTED] Subject:WebLogic and logging WebLogic 5.1 nt server Does

Re: WebLogic and logging

2000-06-12 Thread Papaya Head
:WebLogic and logging WebLogic 5.1 nt server Does anyone know how to get WebLogic to show trace output from beans? IOW, if my beans do printlns, how can I configure WebLogic to show me the output? There must be a property. Thanks

vendor-specific questions (was RE: WebLogic and logging)

2000-06-12 Thread Hansen, Keir M.
. -Original Message- From: Rich Johns [mailto:[EMAIL PROTECTED]] Sent: Monday, June 12, 2000 1:34 PM To: [EMAIL PROTECTED] Subject: WebLogic and logging WebLogic 5.1 nt server Does anyone know how to get WebLogic to show trace output from beans? IOW, if my beans do printlns, how can

Re: WebLogic and logging

2000-06-12 Thread Yen, Robert
Title: RE: WebLogic and logging Try weblogic.logging.LogOutputStream. The only problem is BEA hasn't put out any documentation for it. You could, though, javadoc the class file and pull out methods and their signatures. Hope this help. Robert -Original Message- From: Rich Johns