---
name: AnalyticsLogLevel
last_updated: 2026-06-11T23:11:58Z
type: enum
---

# AnalyticsLogLevel

**Type:** enum

## Description

This enum is used as an argument in [AnalyticsService.LogEvent](/docs/reference/engine/classes/AnalyticsService.md) to
describe the error severity level.

## Items

| Name | Value | Description |
|------|-------|-------------|
| `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. |