Hi!
Thor Heinrichs-Wolpert wrote:
> Can you then tell me how the new JSR on logging (i think it's supposed to be
> java.util.logging) fits in with JMX and jboss's work on providing the same
> functionality as syslog inside of it?
I would guess that the java.util.logging utilities would allow several
types of backends for handling log messages. If the logging API is good
we would simply replace our log front-end (Log and Logger) with that.
The backend should not have to change at all.
> I know I should spend some time on this, but even the Sun guys seemed fuzzy
> on logging, JMX and JIRO and the way that they'll fit together.
IMHO an API for logging should only cover how log messages are entered,
and an SPI for plugging in message handlers. Hopefully this is what they
will do. That way there's no overlap with other API's.
/Rickard
--
Rickard �berg
@home: +46 13 177937
Email: [EMAIL PROTECTED]
http://www.telkel.com
http://www.jboss.org
http://www.dreambean.com
--
--------------------------------------------------------------
To subscribe: [EMAIL PROTECTED]
To unsubscribe: [EMAIL PROTECTED]
Problems?: [EMAIL PROTECTED]