C
Colin Foulkes
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
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