MBrace.Azure


SystemLogRecord

Namespace: MBrace.Azure.Runtime

System log record that inherits Azure's TableEntity type

Constructors

ConstructorDescription
new()
Signature: unit -> SystemLogRecord

CompiledName: .ctor

new(...)
Signature: (partitionKey:string * rowKey:string * message:string * logTime:DateTimeOffset * level:int * loggerId:string) -> SystemLogRecord

CompiledName: .ctor

Instance members

Instance memberDescription
Level()
Signature: unit -> int

CompiledName: set_Level

Level()
Signature: unit -> unit

CompiledName: get_Level

LoggerId()
Signature: unit -> string

CompiledName: set_LoggerId

LoggerId()
Signature: unit -> unit

CompiledName: get_LoggerId

LogTime()
Signature: unit -> DateTimeOffset

CompiledName: set_LogTime

LogTime()
Signature: unit -> unit

CompiledName: get_LogTime

Message()
Signature: unit -> string

CompiledName: set_Message

Message()
Signature: unit -> unit

CompiledName: get_Message

ToLogEntry()
Signature: unit -> SystemLogEntry

Converts LogEntry table entity to MBrace.Runtime.SystemLogEntry struct

Static members

Static memberDescription
FromLogEntry(loggerId, entry)
Signature: (loggerId:string * entry:SystemLogEntry) -> SystemLogRecord

Creates a table system log record using provided info and MBrace.Runtime.SystemLogEntry

Fork me on GitHub