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 public class LoggingFileHandler extends FileHandler
Deprecated.Pax-logging maps all logging needed logging facades to Log4J2
-
-
Constructor Summary
Constructors Constructor Description LoggingFileHandler()Deprecated.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
All Methods Instance Methods Concrete Methods Deprecated Methods Modifier and Type Method Description voidpublish(LogRecord record)Deprecated.-
Methods inherited from class java.util.logging.FileHandler
close
-
Methods inherited from class java.util.logging.StreamHandler
flush, isLoggable, setEncoding, setOutputStream
-
Methods inherited from class java.util.logging.Handler
getEncoding, getErrorManager, getFilter, getFormatter, getLevel, reportError, setErrorManager, setFilter, setFormatter, setLevel
-
-
-
-
Constructor Detail
-
LoggingFileHandler
public LoggingFileHandler() throws IOException, SecurityExceptionDeprecated.- Throws:
IOExceptionSecurityException
-
LoggingFileHandler
public LoggingFileHandler(String pattern) throws IOException, SecurityException
Deprecated.- Throws:
IOExceptionSecurityException
-
LoggingFileHandler
public LoggingFileHandler(String pattern, boolean append) throws IOException, SecurityException
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 Detail
-
publish
public void publish(LogRecord record)
Deprecated.- Overrides:
publishin classFileHandler
-
-