public static class LogPattern.ConcatenateLogPattern extends LogPattern
LogPattern.CallerLogPattern, LogPattern.Compiler, LogPattern.ConcatenateLogPattern, LogPattern.DateLogPattern, LogPattern.Log2FileNamePattern, LogPattern.PlainLogPattern, LogPattern.ThreadNameLogPattern| 构造器和说明 |
|---|
ConcatenateLogPattern(int count,
int length,
java.util.List<LogPattern> patternList) |
| 限定符和类型 | 方法和说明 |
|---|---|
void |
addPattern(LogPattern pattern) |
protected java.lang.String |
doApply(java.lang.StackTraceElement caller) |
protected boolean |
isCallerNeeded() |
apply, compilepublic ConcatenateLogPattern(int count,
int length,
java.util.List<LogPattern> patternList)
public void addPattern(LogPattern pattern)
protected java.lang.String doApply(java.lang.StackTraceElement caller)
doApply 在类中 LogPatternprotected boolean isCallerNeeded()
isCallerNeeded 在类中 LogPattern