I have yet to see an EJB container that *prevents* you from using File I/O. The
spec is very short-sighted (or perhaps it is worded too restrictivly). I don't
think they are implying that file I/O is being misused for logging. Just
understand that it will not be transactional.

p.s. you could always email the log messages. :)

jim

----- Original Message -----
From: "Jason Mawdsley" <[EMAIL PROTECTED]>
To: "JBoss-User" <[EMAIL PROTECTED]>
Sent: Thursday, March 15, 2001 5:18 PM
Subject: Re: [jBoss-User] Logging


> > > > If you write to System.out, it does show up in the logs (I believe at
> Info
> > > > level?).
>
> > > > Obviously, this isn't good enough for a lot of purposes. Have you
> looked
> > > > at log4j?
>
> From looking at log4j I don't think I can use it.  My beans have to work in
> various app servers, hence I can not have file io or singltons.
>
> Does anyone know of any non app server specific logging mechanism that does
> not violate the EJB1.1 spec?
>
> I really don't want to re-invent the wheel if I can help it!
>
> Jason
>
>
>
> --
> --------------------------------------------------------------
> To subscribe:        [EMAIL PROTECTED]
> To unsubscribe:      [EMAIL PROTECTED]
>
>



--
--------------------------------------------------------------
To subscribe:        [EMAIL PROTECTED]
To unsubscribe:      [EMAIL PROTECTED]

Reply via email to