Re: centralized logging for Rio and Jini services
Dennis Reedy <[email protected]>
| Newsgroups | gmane.comp.java.sun.jini |
|---|---|
| Message-ID | <[email protected]> |
Hi Calum, > >> >> Can I just use the ErosHandler instead of the SocketHandler? (or do I >> use the ErosHandlerImpl?) > > Again this is because this logging handler is downloaded remotely, > after the JVM has been started and probably after loggin.properties > file has been parsed and initialised You dont need to worry about the logging.properties configuration with Rio, the configuration for logging handlers is done when needed, on the fly. > >> Do I need an instance of Eros service running on each machine I have >> Jini on? > > No, all you really need is 1 eros instance, but you have to do a > service lookup for each service/client you want to use Eros logging > in. Humm, maybe the creation of a smart (client-side) proxy that would store log messages until the Eros instance was discovered would help out here? Think something like that could be done? Dennis -------------------------------------------------------------------------- Getting Started: http://www.jini.org/wiki/Category:Getting_Started Community Web Site: http://jini.org jini-users Archive: http://archives.java.sun.com/archives/jini-users.html Unsubscribing: email "signoff JINI-USERS" to [email protected]