Reference API Roblox

Engine API

Website

Related

Reference API Roblox

AnalyticsLogLevel

Items 6

HistoryNameValueDescription
457Trace0

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

457Debug1

Used for debugging.

461Information2
457Warning3

Used for warning.

457Error4

When functionality is unavailable or expectations broken.

457Fatal5

The most critical level, Fatal events demand immediate attention.

Removed items 1

HistoryNameValue
461Infomation2

Description

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

History 9

Settings