LogSeverity Type
Severity levels, orderable so a subscriber can specify a floor (`entry.Severity >= minSeverity`).
Union cases
| Union case |
Description
|
Full Usage:
Debug
|
|
Full Usage:
Error
|
|
Full Usage:
Info
|
|
Full Usage:
Warning
|
|
Instance members
| Instance member |
Description
|
Full Usage:
this.IsDebug
Returns: bool
|
|
Full Usage:
this.IsError
Returns: bool
|
|
Full Usage:
this.IsInfo
Returns: bool
|
|
Full Usage:
this.IsWarning
Returns: bool
|
|
FSBarV1_Archived