Self

Log Handling

Include File(s): SDL_log.h

Introduction

This category contains functions for handling simple log messages with categories and priorities.

The default log priorities are as follows:

SDL_LOG_CATEGORY_APPLICATION

SDL_LOG_PRIORITY_INFO

SDL_LOG_CATEGORY_ASSERT

SDL_LOG_PRIORITY_WARN

SDL_LOG_CATEGORY_TEST

SDL_LOG_PRIORITY_VERBOSE

everything else

SDL_LOG_PRIORITY_CRITICAL

If you're debugging SDL you might want to call:

Here's where the messages go on different platforms:

Messages longer than the maximum size (4096 bytes) will be truncated.

Enumerations

Functions


CategoryCategory

None: CategoryLog (last edited 2016-03-27 21:44:54 by PhilippWiesemann)