Reference API Roblox

Engine API

Website

Related

Reference API Roblox

AnalyticsLogLevel

Specifies the severity level of an analytics log event passed to AnalyticsService:FireLogEvent().

Items 6

HistoryNameValueDescription
457Trace0

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

457Debug1

Used for debugging.

461Information2

Used for general informational messages that highlight progress or state changes during normal operation.

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:FireLogEvent() to describe the error severity level.

History 9

Settings