SystemLogRecord
Namespace: MBrace.Azure.Runtime
System log record that inherits Azure's TableEntity type
Constructors
Constructor | Description |
new()
Signature: unit -> SystemLogRecord
|
CompiledName: |
new(...)
Signature: (partitionKey:string * rowKey:string * message:string * logTime:DateTimeOffset * level:int * loggerId:string) -> SystemLogRecord
|
CompiledName: |
Instance members
Instance member | Description |
Level()
Signature: unit -> int
|
CompiledName: |
Level()
Signature: unit -> unit
|
CompiledName: |
LoggerId()
Signature: unit -> string
|
CompiledName: |
LoggerId()
Signature: unit -> unit
|
CompiledName: |
LogTime()
Signature: unit -> DateTimeOffset
|
CompiledName: |
LogTime()
Signature: unit -> unit
|
CompiledName: |
Message()
Signature: unit -> string
|
CompiledName: |
Message()
Signature: unit -> unit
|
CompiledName: |
ToLogEntry()
Signature: unit -> SystemLogEntry
|
Converts LogEntry table entity to MBrace.Runtime.SystemLogEntry struct |
Static members
Static member | Description |
FromLogEntry(loggerId, entry)
Signature: (loggerId:string * entry:SystemLogEntry) -> SystemLogRecord
|
Creates a table system log record using provided info and MBrace.Runtime.SystemLogEntry |