Removing default ConsoleHandler
From: Colin Foulkes (cfoulkes_at_hotmail.com)
Date: 01/30/04
- Next message: Colin Foulkes: "Removing default ConsoleHandler from Logger"
- Previous message: Adam Jenkins: "Re: difference between hashmap and hashtable"
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]
Date: 30 Jan 2004 12:54:03 -0800
Hi,
How do I create a logger and stop this logger from using the standard
(default) ConsoleHandler, without changing the overall logging
properties for my jre.
I've thought of looping through the Handlers and deleting them, when
the logger is created, but there are no handlers associated with the
logger when it is created.
Thanks
in advance
Colin
- Next message: Colin Foulkes: "Removing default ConsoleHandler from Logger"
- Previous message: Adam Jenkins: "Re: difference between hashmap and hashtable"
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]
Relevant Pages
|