The PrintWriter is coming from 5.6 of the J2EE connector spec. Section 5.10.1 lists
these logging support methods as required:

A resource adapter is required to provide support for basic error logging and tracing 
by

implementing the following methods:

. ManagedConnectionFactory.set/getLogWriter

. ManagedConnection.set/getLogWriter

It is just a portable way to integrate some level of logging into the app

server the resource is being used in.

----- Original Message ----- 
From: "Jason Dillon" <[EMAIL PROTECTED]>
To: <[EMAIL PROTECTED]>
Sent: Friday, July 20, 2001 7:23 PM
Subject: [JBoss-dev] PrintWriter & Resources


> Can someone explain to me what the PrintWriter is used for in a resource?
> Is this meant for portable logging between app servers?  Is that important
> for us?  I am getting very frustrated at the JMS RA logging.  I would like
> to move it to Log4j, but I can't seem to find the right way to do it with
> this PrintWriter bit laying around.
> 
> Could someone drop a bit of knowledge about this for me?
> 
> --jason
> 
> 
> _______________________________________________
> Jboss-development mailing list
> [EMAIL PROTECTED]
> http://lists.sourceforge.net/lists/listinfo/jboss-development
> 


_______________________________________________
Jboss-development mailing list
[EMAIL PROTECTED]
http://lists.sourceforge.net/lists/listinfo/jboss-development

Reply via email to