public class PPLoggerRecord extends Object
| Constructor and Description |
|---|
PPLoggerRecord(int logLevel,
int stackLevel,
String msg,
Throwable e) |
PPLoggerRecord(int logLevel,
String msg,
Throwable e) |
| Modifier and Type | Method and Description |
|---|---|
String |
getClassName() |
Throwable |
getE() |
String |
getFileName() |
int |
getLineNum() |
int |
getLogLevel() |
String |
getMethodName() |
String |
getMsg() |
int |
getStackLevel() |
public PPLoggerRecord(int logLevel, String msg, Throwable e)
logLevel - the log levelmsg - the log messagepublic PPLoggerRecord(int logLevel, int stackLevel, String msg, Throwable e)
logLevel - the log levelstackLevel - the stack level, the min level is zeromsg - the log messagepublic String getClassName()
public String getMethodName()
public int getStackLevel()
public int getLogLevel()
public int getLineNum()
public String getFileName()