public class LogInfo extends ToJsonString implements Serializable
| 限定符和类型 | 方法和说明 |
|---|---|
Object |
getArgs() |
int |
getCostTime() |
String |
getDesc() |
String |
getException() |
String |
getMethodName() |
Object |
getRetVal() |
LogAnnotation.LogType |
getType() |
void |
setArgs(Object args) |
void |
setCostTime(int costTime) |
void |
setDesc(String desc) |
void |
setException(String exception) |
void |
setMethodName(String methodName) |
void |
setRetVal(Object retVal) |
void |
setType(LogAnnotation.LogType type) |
toStringpublic LogInfo()
public LogInfo(String methodName)
public LogAnnotation.LogType getType()
public void setType(LogAnnotation.LogType type)
public String getDesc()
public void setDesc(String desc)
public String getMethodName()
public void setMethodName(String methodName)
public Object getArgs()
public void setArgs(Object args)
public Object getRetVal()
public void setRetVal(Object retVal)
public String getException()
public void setException(String exception)
public int getCostTime()
public void setCostTime(int costTime)
Copyright © 2023. All rights reserved.