Class ApiProxy.LogRecord (2.0.0)

public static final class ApiProxy.LogRecord

Inheritance

java.lang.Object > ApiProxy.LogRecord

Constructors

LogRecord(ApiProxy.LogRecord arg0, String arg1)

public LogRecord(ApiProxy.LogRecord arg0, String arg1)
Parameters
NameDescription
arg0ApiProxy.LogRecord
arg1String

LogRecord(ApiProxy.LogRecord.Level arg0, long arg1, String arg2)

public LogRecord(ApiProxy.LogRecord.Level arg0, long arg1, String arg2)
Parameters
NameDescription
arg0Level
arg1long
arg2String

LogRecord(ApiProxy.LogRecord.Level arg0, long arg1, String arg2, StackTraceElement arg3)

public LogRecord(ApiProxy.LogRecord.Level arg0, long arg1, String arg2, StackTraceElement arg3)
Parameters
NameDescription
arg0Level
arg1long
arg2String
arg3StackTraceElement

LogRecord(ApiProxy.LogRecord.Level arg0, long arg1, String arg2, Throwable arg3)

public LogRecord(ApiProxy.LogRecord.Level arg0, long arg1, String arg2, Throwable arg3)
Parameters
NameDescription
arg0Level
arg1long
arg2String
arg3Throwable

Methods

getLevel()

public ApiProxy.LogRecord.Level getLevel()
Returns
TypeDescription
Level

getMessage()

public String getMessage()
Returns
TypeDescription
String

getSourceLocation()

public Throwable getSourceLocation()
Returns
TypeDescription
Throwable

getStackFrame()

public StackTraceElement getStackFrame()
Returns
TypeDescription
StackTraceElement

getTimestamp()

public long getTimestamp()
Returns
TypeDescription
long