AnalyticsLogLevel
This enum is used as an argument in AnalyticsService.LogEvent to describe the error severity level.
Items
Name | Value | Summary |
---|---|---|
Trace | 0 | Trace is the noisiest level, rarely (if ever) enabled for a production app. |
Debug | 1 | Used for debugging. |
Information | 2 | |
Warning | 3 | Used for warning. |
Error | 4 | When functionality is unavailable or expectations broken. |
Fatal | 5 | The most critical level, Fatal events demand immediate attention. |