Bordet, Simone
2002-01-26 11:32:03 UTC
Hi,
Thanks for you comments !
Please, post on openjmx-devel/users, as other may be interested in these information :)
Regards
Simon
I believe this section of the documentation needs correcting
Chapter 3
Retrieving a Logger instance
Logger logger = Log.getLogger("MyCategory");
should read
Logger logger = Log.getInstance("MyCategory");
Thanks, will fix it.Chapter 3
Retrieving a Logger instance
Logger logger = Log.getLogger("MyCategory");
should read
Logger logger = Log.getInstance("MyCategory");
I have found a couple of generic utilities in jboss,
especially in the system and util packages of the server
very useful as good extentions.
Uhm, so you propose what ? A link to them ? Rewrite ?especially in the system and util packages of the server
very useful as good extentions.
Thanks for you comments !
Please, post on openjmx-devel/users, as other may be interested in these information :)
Regards
Simon