R
Robert Mark Bram
Hi All,
The LogManager api docs say that we can set the
java.util.logging.config.file
property via the Preferences API.
Can anyone show an example of how to do this? Currently I run my app
with an option like the one below, but I would like to move this into
my main method.
-Djava.util.logging.config.file=logging.properties
Rob

The LogManager api docs say that we can set the
java.util.logging.config.file
property via the Preferences API.
Can anyone show an example of how to do this? Currently I run my app
with an option like the one below, but I would like to move this into
my main method.
-Djava.util.logging.config.file=logging.properties
Rob