Skip to main content

Class ListLogOptions

Parameter group.

Assembly: Taskurai.dll
Declaration
public class ListLogOptions

Properties

OutputJson

Output messages in JSON format (default).

Declaration
public bool? OutputJson { get; set; }

FormatJson

Format (Indented) JSON messages.

Declaration
public bool? FormatJson { get; set; }

Timerange

The timerange over which to query logs. This is an ISO8601 time period value. (default: 1 day). For more information see Taskurai.LogTimeRange.

Declaration
public LogTimeRange? Timerange { get; set; }