Skip to content

TSdlLogCategory

The predefined log categories

By default the Application and Gpu categories are enabled at the Info level, the Assert category is enabled at the Warn level, Test is enabled at the Verbose level and all other categories are enabled at the Error level.

Definition

Unit: Neslib.Sdl3.Basics

type TSdlLogCategory = (Application, Error, Assert, System, Audio, Video, Render, Input, Test, Gpu, Custom)

Enumeration Values

Application = SDL_LOG_CATEGORY_APPLICATION


Error = SDL_LOG_CATEGORY_ERROR


Assert = SDL_LOG_CATEGORY_ASSERT


System = SDL_LOG_CATEGORY_SYSTEM


Audio = SDL_LOG_CATEGORY_AUDIO


Video = SDL_LOG_CATEGORY_VIDEO


Render = SDL_LOG_CATEGORY_RENDER


Input = SDL_LOG_CATEGORY_INPUT


Test = SDL_LOG_CATEGORY_TEST


Gpu = SDL_LOG_CATEGORY_GPU


Custom = SDL_LOG_CATEGORY_CUSTOM