ILocalSystemLogManager
Namespace: MBrace.Runtime
Object for managing system logs generated by the current process
Instance members
Instance member | Description |
AttachLogger(localLogger)
Signature: localLogger:ISystemLogger -> IDisposable
Modifiers: abstract |
Attaches a logger to the local process only. Returns an uninstallation token. |
Logger
Signature: ISystemLogger
Modifiers: abstract |
Logger abstraction used by the current process only. CompiledName: |
LogLevel()
Signature: unit -> LogLevel
Modifiers: abstract |
Gets or sets the default log level for the local system logger. CompiledName: |
LogLevel()
Signature: unit -> unit
Modifiers: abstract |
Gets or sets the default log level for the local system logger. CompiledName: |