public class FileHandlerN extends FileHandler
| Modifier and Type | Field and Description |
|---|---|
protected IsLoggableDelegate |
isLoggableDelegate |
| Constructor and Description |
|---|
FileHandlerN() |
FileHandlerN(String pattern) |
FileHandlerN(String pattern,
boolean append) |
FileHandlerN(String pattern,
int limit,
int count) |
FileHandlerN(String pattern,
int limit,
int count,
boolean append) |
| Modifier and Type | Method and Description |
|---|---|
boolean |
isLoggable(LogRecord record) |
close, publishflush, setEncoding, setOutputStreamgetEncoding, getErrorManager, getFilter, getFormatter, getLevel, reportError, setErrorManager, setFilter, setFormatter, setLevelprotected IsLoggableDelegate isLoggableDelegate
public FileHandlerN()
throws IOException,
SecurityException
IOExceptionSecurityExceptionpublic FileHandlerN(String pattern) throws IOException, SecurityException
IOExceptionSecurityExceptionpublic FileHandlerN(String pattern, boolean append) throws IOException, SecurityException
IOExceptionSecurityExceptionpublic FileHandlerN(String pattern, int limit, int count) throws IOException, SecurityException
IOExceptionSecurityExceptionpublic FileHandlerN(String pattern, int limit, int count, boolean append) throws IOException, SecurityException
IOExceptionSecurityExceptionpublic boolean isLoggable(LogRecord record)
isLoggable in class StreamHandlerCopyright © 2013 LSST. All Rights Reserved.