LiveLog
QuantConnect.Api.LiveLog
LiveLog()
Bases: RestResponse
Logs from a live algorithm
JSON Constructor
logs
logs: List[str]
List of logs from the live algorithm
length
length: int
Total amount of rows in the logs
deployment_offset
deployment_offset: int
Amount of log rows before the current deployment
success
success: bool
Indicate if the API request was successful.
errors
errors: List[str]
List of errors with the API call.
to_string
to_string() -> str
Returns the string representation of this object