MBrace.Runtime


LogLevel

Namespace: MBrace.Runtime

LogLevel enumeration

Record Fields

Record FieldDescription
Critical
Signature: LogLevel
Modifiers: static

Indicates logs for a critical alert.

Debug
Signature: LogLevel
Modifiers: static

Indicates logs for debugging.

Error
Signature: LogLevel
Modifiers: static

Indicates logs for an error.

Info
Signature: LogLevel
Modifiers: static

Indicates logs for an informational message.

Undefined
Signature: LogLevel
Modifiers: static

Indicates logs at all levels.

Warning
Signature: LogLevel
Modifiers: static

Indicates logs for a warning.

Fork me on GitHub