AnalyticsLogLevel

This enum is used as an argument in AnalyticsService.LogEvent to describe the error severity level.

Items

NameValueSummary
Trace0

Trace is the noisiest level, rarely (if ever) enabled for a production app.

Debug1

Used for debugging.

Information2
Warning3

Used for warning.

Error4

When functionality is unavailable or expectations broken.

Fatal5

The most critical level, Fatal events demand immediate attention.

On this page