CloudLogEntry
Namespace: MBrace.Runtime
Represents a log entry that has been generated by an MBrace process
Record Fields
Record Field | Description |
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
Constructor | Description |
new(...)
Signature: (procId:string * workerId:string * workItem:CloudWorkItemId * dateTime:DateTimeOffset * message:string) -> CloudLogEntry
|
CompiledName: |
Static members
Static member | Description |
Format(cle, showDate)
Signature: (cle:CloudLogEntry * showDate:bool option) -> string
|
Prints log entry as a single line string. |