L - type of the structured log representation@FunctionalInterface public interface StructuredLogBuilder<L>
| Modifier and Type | Method and Description |
|---|---|
L |
build(RequestLog log)
Builds a structured log instance based on a given
RequestLog. |
@Nullable L build(RequestLog log)
RequestLog.log - an instance of RequestLog which holds request and response informationL which represents an entry of structured logs or null if a builder thinks
the given information isn't eligible to issue a structured log entryCopyright © 2020 LeanCloud. All rights reserved.