Enum LogCategory
- Namespace
- Sdl3Sharp
- Assembly
- Sdl3Sharp.dll
Represents a log category
public enum LogCategory
Fields
Application = 0The log category Application
Assert = 2The log category Assert
Audio = 4The log category Audio
Error = 1The log category Error
Gpu = 9The log category Gpu
Input = 7The log category Input
Render = 6The log category Render
[Obsolete("Reserved for future SDL library use")] Reserved10 = 18SDL_LOG_CATEGORY_RESERVED10
Reserved for future SDL library use. Do not use.
[Obsolete("Reserved for future SDL library use")] Reserved2 = 10SDL_LOG_CATEGORY_RESERVED2
Reserved for future SDL library use. Do not use.
[Obsolete("Reserved for future SDL library use")] Reserved3 = 11SDL_LOG_CATEGORY_RESERVED3
Reserved for future SDL library use. Do not use.
[Obsolete("Reserved for future SDL library use")] Reserved4 = 12SDL_LOG_CATEGORY_RESERVED4
Reserved for future SDL library use. Do not use.
[Obsolete("Reserved for future SDL library use")] Reserved5 = 13SDL_LOG_CATEGORY_RESERVED5
Reserved for future SDL library use. Do not use.
[Obsolete("Reserved for future SDL library use")] Reserved6 = 14SDL_LOG_CATEGORY_RESERVED6
Reserved for future SDL library use. Do not use.
[Obsolete("Reserved for future SDL library use")] Reserved7 = 15SDL_LOG_CATEGORY_RESERVED7
Reserved for future SDL library use. Do not use.
[Obsolete("Reserved for future SDL library use")] Reserved8 = 16SDL_LOG_CATEGORY_RESERVED8
Reserved for future SDL library use. Do not use.
[Obsolete("Reserved for future SDL library use")] Reserved9 = 17SDL_LOG_CATEGORY_RESERVED9
Reserved for future SDL library use. Do not use.
System = 3The log category System
Test = 8The log category Test
Video = 5The log category Video