Class NodeFileHandler


public class NodeFileHandler extends FileHandler
This modification of the JUL file handler prepends a node name (home, or worker process component name) to the file handler's file pattern.

Otherwise it is a drop-in replacement for FileHandler. That is, all configurations apply but instead of using the prefix java.util.logging.FileHandler you use the prefix com.zfabrik.util.logging.NodeFileHandler. For example, in order to set a formatter, use com.zfabrik.util.logging.NodeFileHandler.formatter.

Author:
hb