public class LoggingFileHandler extends FileHandler
| Constructor and Description |
|---|
LoggingFileHandler() |
LoggingFileHandler(String pattern) |
LoggingFileHandler(String pattern,
boolean append) |
LoggingFileHandler(String pattern,
int limit,
int count) |
LoggingFileHandler(String pattern,
int limit,
int count,
boolean append) |
| Modifier and Type | Method and Description |
|---|---|
void |
publish(LogRecord record) |
closeflush, isLoggable, setEncoding, setOutputStreamgetEncoding, getErrorManager, getFilter, getFormatter, getLevel, reportError, setErrorManager, setFilter, setFormatter, setLevelpublic LoggingFileHandler()
throws IOException,
SecurityException
IOExceptionSecurityExceptionpublic LoggingFileHandler(String pattern) throws IOException, SecurityException
IOExceptionSecurityExceptionpublic LoggingFileHandler(String pattern, boolean append) throws IOException, SecurityException
IOExceptionSecurityExceptionpublic LoggingFileHandler(String pattern, int limit, int count) throws IOException, SecurityException
IOExceptionSecurityExceptionpublic LoggingFileHandler(String pattern, int limit, int count, boolean append) throws IOException, SecurityException
IOExceptionSecurityExceptionpublic void publish(LogRecord record)
publish in class FileHandlerCopyright © 2018 WSO2 Inc. All rights reserved.