MBrace.Runtime


CloudLogEntry

Namespace: MBrace.Runtime

Represents a log entry that has been generated by an MBrace process

Record Fields

Record FieldDescription
CloudProcessId
Signature: string

Task identifier for log entry

DateTime
Signature: DateTimeOffset

Date of log entry creation

Message
Signature: string

Message of log entry

WorkerId
Signature: string

Worker identifier for log entry

WorkItem
Signature: CloudWorkItemId

Work item identifier for log entry

Constructors

ConstructorDescription
new(...)
Signature: (procId:string * workerId:string * workItem:CloudWorkItemId * dateTime:DateTimeOffset * message:string) -> CloudLogEntry

CompiledName: .ctor

Static members

Static memberDescription
Format(cle, showDate)
Signature: (cle:CloudLogEntry * showDate:bool option) -> string

Prints log entry as a single line string.

Fork me on GitHub