- java.lang.Object
-
- java.util.logging.Handler
-
- org.redkale.boot.LoggingBaseHandler
-
- org.redkale.boot.LoggingFileHandler
-
public class LoggingFileHandler extends LoggingBaseHandler
自定义的日志输出类详情见: https://redkale.org
- 作者:
- zhangjx
-
-
嵌套类概要
嵌套类 修饰符和类型 类 说明 static class
LoggingFileHandler.LoggingConsoleHandler
static class
LoggingFileHandler.LoggingSncpFileHandler
SNCP的日志输出Handler-
从类继承的嵌套类/接口 org.redkale.boot.LoggingBaseHandler
LoggingBaseHandler.LoggingFormater
-
-
字段概要
字段 修饰符和类型 字段 说明 protected boolean
append
protected Pattern
denyRegex
protected LinkedBlockingQueue<LogRecord>
logQueue
protected String
pattern
protected String
patternDateFormat
protected String
unusual
protected String
unusualDateFormat
-
从类继承的字段 org.redkale.boot.LoggingBaseHandler
FORMATTER_FORMAT, FORMATTER_FORMAT2, FORMATTER_FORMAT3
-
-
构造器概要
构造器 构造器 说明 LoggingFileHandler()
-
方法概要
所有方法 实例方法 具体方法 修饰符和类型 方法 说明 void
close()
void
flush()
String
getPrefix()
void
publish(LogRecord log)
-
从类继承的方法 org.redkale.boot.LoggingBaseHandler
fillLogRecord, initDebugLogConfig
-
从类继承的方法 java.util.logging.Handler
getEncoding, getErrorManager, getFilter, getFormatter, getLevel, isLoggable, reportError, setEncoding, setErrorManager, setFilter, setFormatter, setLevel
-
-
-
-
字段详细资料
-
logQueue
protected final LinkedBlockingQueue<LogRecord> logQueue
-
pattern
protected String pattern
-
patternDateFormat
protected String patternDateFormat
-
unusual
protected String unusual
-
unusualDateFormat
protected String unusualDateFormat
-
append
protected boolean append
-
denyRegex
protected Pattern denyRegex
-
-
方法详细资料
-
getPrefix
public String getPrefix()
-
close
public void close() throws SecurityException
- 指定者:
close
在类中Handler
- 抛出:
SecurityException
-
-