Class FileHandler02


public class FileHandler02 extends FileHandler
Behaves exactly as FileHandler. This class was written to allow java.util.logging to configure two different FileHandlers via the properties file. A user might want to do this so that log messages from different packages get sent to different log files. This has always been possible to do via code, but a class like this is necessary to achieve the same thing from the properties file. Other, more mature logging frameworks like log4j commons-logging or slf4j make this sort of thing easy to do. http://stackoverflow.com/questions/8248899/java-logging-how-to-redirect-output-to-a-custom-log-file-for-a-logger