AccessLogWriter.@Deprecated public abstract class StructuredLog extends Object
| Modifier | Constructor and Description |
|---|---|
protected |
StructuredLog(long timestampMillis,
long responseTimeNanos,
long requestSize,
long responseSize)
Deprecated.
Creates a new instance.
|
protected |
StructuredLog(RequestLog reqLog)
Deprecated.
|
| Modifier and Type | Method and Description |
|---|---|
long |
requestSize()
Deprecated.
Returns the size of request payload.
|
long |
responseSize()
Deprecated.
Returns the size of response payload.
|
long |
responseTimeNanos()
Deprecated.
Returns the duration in ms of the time that is taken to process the request.
|
long |
timestampMillis()
Deprecated.
Returns the timestamp in ms of the time that the request has been received.
|
String |
toString()
Deprecated.
|
protected StructuredLog(long timestampMillis,
long responseTimeNanos,
long requestSize,
long responseSize)
protected StructuredLog(RequestLog reqLog)
public long timestampMillis()
public long responseTimeNanos()
public long requestSize()
public long responseSize()
Copyright © 2020 LeanCloud. All rights reserved.