Enum LogLevel
Specifies the meaning and relative importance of a log event
Namespace: PayrollEngine.Client.Scripting
Assembly: PayrollEngine.Client.Scripting.dll
Syntax
public enum LogLevel
Fields
| Name | Description |
|---|---|
| Debug | Internal system events that aren't necessarily observable from the outside |
| Error | Functionality is unavailable, invariants are broken or data is lost |
| Fatal | If you have a pager, it goes off when one of these occurs/// |
| Information | The lifeblood of operational intelligence - things happen |
| Verbose | Anything and everything you might want to know about a running block of code |
| Warning | Service is degraded or endangered |