David Robison
Tue, 24 Apr 2007 07:26:55 -0700
Is there a way to define multiple logs with differing logging levels? For example, using the ConsoleHandler to log at level INFO and the FileHandler to log at level FINEST. I've tried modifying the logging.properties file but I cannot get the logs to log at differing levels. They both seem to use the level set for the .level property. Any thoughts? Thanks, David