Class SystemLogMessage
The SystemLogMessage.
Assembly: Taskurai.dll
Declaration
public class SystemLogMessage
Properties
TimeGenerated
Time generated (utc).
Declaration
public DateTimeOffset? TimeGenerated { get; }
Time
Time (utc).
Declaration
public DateTimeOffset? Time { get; }
Timestamp
Time (utc).
Declaration
public double? Timestamp { get; }
Count
Count.
Declaration
public long? Count { get; }
Message
Log message.
Declaration
public string Message { get; }
Reason
Reason.
Declaration
public string Reason { get; }
ContainerAppName
Container app name.
Declaration
public string ContainerAppName { get; }
Level
Log level.
Declaration
public string Level { get; }
Type
Log type.
Declaration
public string Type { get; }
WorkerRevision
Worker revision.
Declaration
public string WorkerRevision { get; }
WorkerInstance
Worker instance.
Declaration
public string WorkerInstance { get; }