On Thu, 15 Mar 2001, Jason Mawdsley wrote:

> > > > 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!

Phreow!  You don't want much!  Just a generic file logging mechanism which
doesn't access the file system...  just how do you propose to acheive
that???  In case it wasn't reeeeeally obvious, file logging requires
file io.

You could probably write an RMI wrapper around some logging service and
start it as an RMI server somewhere...  other than that, I think you're
out of luck.

Tom
-- 
"If you mess with something for long enough it will break."
        - Schmidt's law of engineering



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

Reply via email to