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
Name Description
arg0 ApiProxy.LogRecord
arg1 String

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

public LogRecord(ApiProxy.LogRecord.Level arg0, long arg1, String arg2)
Parameters
Name Description
arg0 Level
arg1 long
arg2 String

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

public LogRecord(ApiProxy.LogRecord.Level arg0, long arg1, String arg2, StackTraceElement arg3)
Parameters
Name Description
arg0 Level
arg1 long
arg2 String
arg3 StackTraceElement

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

public LogRecord(ApiProxy.LogRecord.Level arg0, long arg1, String arg2, Throwable arg3)
Parameters
Name Description
arg0 Level
arg1 long
arg2 String
arg3 Throwable

Methods

getLevel()

public ApiProxy.LogRecord.Level getLevel()
Returns
Type Description
Level

getMessage()

public String getMessage()
Returns
Type Description
String

getSourceLocation()

public Throwable getSourceLocation()
Returns
Type Description
Throwable

getStackFrame()

public StackTraceElement getStackFrame()
Returns
Type Description
StackTraceElement

getTimestamp()

public long getTimestamp()
Returns
Type Description
long