public class HarvestFileHandler extends FileHandler
| Constructor and Description | 
|---|
HarvestFileHandler(String file,
                  boolean append,
                  Level level,
                  Formatter formatter)
Constructor. 
 | 
HarvestFileHandler(String file,
                  Formatter formatter)
Constructor that does not append to a file and automatically
 sets the log level to 'ALL'. 
 | 
HarvestFileHandler(String file,
                  Level level,
                  Formatter formatter)
Constructor that does not append to a file. 
 | 
close, publishflush, isLoggable, setEncoding, setOutputStreamgetEncoding, getErrorManager, getFilter, getFormatter, getLevel, reportError, setErrorManager, setFilter, setFormatter, setLevelpublic HarvestFileHandler(String file, Formatter formatter) throws SecurityException, IOException
file - A file name to store the logging messages. If the file
 exists, it will overwrite the existing contents.formatter - Formatter to be used to format the log messages.SecurityExceptionIOExceptionpublic HarvestFileHandler(String file, Level level, Formatter formatter) throws SecurityException, IOException
file - A file name to store the logging messages.level - Sets the logging level.formatter - Formatter to be used to format the log messages.SecurityExceptionIOExceptionpublic HarvestFileHandler(String file, boolean append, Level level, Formatter formatter) throws SecurityException, IOException
file - A file name to store the logging messages.append - A flag to tell the handler to append to the file or
 to overwrite the existing contents.level - Sets the logging level.formatter - Formatter to be used to format the log messages.SecurityExceptionIOExceptionCopyright © 2010–2016 Planetary Data System. All rights reserved.