org.wso2.carbon.bootstrap.logging.handlers
Class LoggingFileHandler
java.lang.Object
java.util.logging.Handler
java.util.logging.StreamHandler
java.util.logging.FileHandler
org.wso2.carbon.bootstrap.logging.handlers.LoggingFileHandler
public class LoggingFileHandler
- extends FileHandler
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
LoggingFileHandler
public LoggingFileHandler()
throws IOException,
SecurityException
- Throws:
IOException
SecurityException
LoggingFileHandler
public LoggingFileHandler(String pattern)
throws IOException,
SecurityException
- Throws:
IOException
SecurityException
LoggingFileHandler
public LoggingFileHandler(String pattern,
boolean append)
throws IOException,
SecurityException
- Throws:
IOException
SecurityException
LoggingFileHandler
public LoggingFileHandler(String pattern,
int limit,
int count)
throws IOException,
SecurityException
- Throws:
IOException
SecurityException
LoggingFileHandler
public LoggingFileHandler(String pattern,
int limit,
int count,
boolean append)
throws IOException,
SecurityException
- Throws:
IOException
SecurityException
publish
public void publish(LogRecord record)
- Overrides:
publish in class FileHandler
Copyright © 2014 WSO2 Inc. All rights reserved.