Enum SupportedLogLevels
The enumerated log levels supported by Cloud_ShareSync.Core.Logging
Namespace: Cloud_ShareSync.Core.Logging
Assembly: Cloud-ShareSync.Core.Logging.dll
Syntax
public enum SupportedLogLevels : int
Fields
| Name | Description |
|---|---|
| Debug | Debug messages contain trace level detail and should not be enabled in production. Enabling debug logs in production could expose encrytion keys and passwords to the logs. |
| Error | Error messages are sent when the application has encountered a recoverable error. |
| Fatal | Fatal messages are sent when the application has encountered an unrecoverable error. |
| Info | Information messages are sent to report on the normal state of operation. |
| Telemetry | The Telemetry log level receives opentelemetry spans that contain the highest level of detail about the application state. OpenTelemetry data is exported to this stream in the format of json strings. |
| Warn | Warning messages are sent when the application has encountered an unexpected situation. |