public class FileHandlerN extends FileHandler
| Modifier and Type | Field and Description |
|---|---|
protected IsLoggableDelegate |
isLoggableDelegate |
protected IsLoggableDelegate |
isLoggableDelegate2
NOTE : this is to hack a Java util logging bug!
BEWARE shpild be changed when BUG 9005710 is corrected!
|
| 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) |
void |
publish(LogRecord record) |
closeflush, setEncoding, setOutputStreamgetEncoding, getErrorManager, getFilter, getFormatter, getLevel, reportError, setErrorManager, setFilter, setFormatter, setLevelprotected IsLoggableDelegate isLoggableDelegate
protected IsLoggableDelegate isLoggableDelegate2
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 StreamHandlerpublic void publish(LogRecord record)
publish in class FileHandlerCopyright © 2015 LSST. All rights reserved.