Class LoggingFileHandler
java.lang.Object
java.util.logging.Handler
java.util.logging.StreamHandler
java.util.logging.FileHandler
org.wso2.carbon.bootstrap.logging.handlers.LoggingFileHandler
Deprecated.
Pax-logging maps all logging needed logging facades to Log4J2
-
Constructor Summary
ConstructorsConstructorDescriptionDeprecated.LoggingFileHandler(String pattern) Deprecated.LoggingFileHandler(String pattern, boolean append) Deprecated.LoggingFileHandler(String pattern, int limit, int count) Deprecated.LoggingFileHandler(String pattern, int limit, int count, boolean append) Deprecated. -
Method Summary
Methods inherited from class java.util.logging.FileHandler
closeMethods inherited from class java.util.logging.StreamHandler
flush, isLoggable, setEncoding, setOutputStreamMethods inherited from class java.util.logging.Handler
getEncoding, getErrorManager, getFilter, getFormatter, getLevel, reportError, setErrorManager, setFilter, setFormatter, setLevel
-
Constructor Details
-
LoggingFileHandler
Deprecated.- Throws:
IOExceptionSecurityException
-
LoggingFileHandler
Deprecated.- Throws:
IOExceptionSecurityException
-
LoggingFileHandler
Deprecated.- Throws:
IOExceptionSecurityException
-
LoggingFileHandler
public LoggingFileHandler(String pattern, int limit, int count) throws IOException, SecurityException Deprecated.- Throws:
IOExceptionSecurityException
-
LoggingFileHandler
public LoggingFileHandler(String pattern, int limit, int count, boolean append) throws IOException, SecurityException Deprecated.- Throws:
IOExceptionSecurityException
-
-
Method Details
-
publish
Deprecated.- Overrides:
publishin classFileHandler
-