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