Skip to content

Latest commit

 

History

History
19 lines (11 loc) · 1011 Bytes

File metadata and controls

19 lines (11 loc) · 1011 Bytes

LogResult

Properties

Name Type Description Notes
timestamp Integer Time that the log was generated. The time is represented as microseconds since the Unix Epoch. [optional]
level LogLevel [optional]
requestId String ID of the request associated with the log. The requestId is propagated across all logs generated by FreeClimb when processing a request. [optional]
accountId String ID of the account that this log was generated under. [optional]
callId String ID of the Call associated with the log. Can be set to null if the log was generated without regard to a specific Call. [optional]
message String A simple string describing the event being logged. [optional]
metadata Object JSON document containing metadata about the event. Some log messages may include request and response header content in this field. [optional]