|
Size: 1220
Comment: minor change to formatting, cached searchs
|
Size: 1163
Comment: remove draft
|
| Deletions are marked like this. | Additions are marked like this. |
| Line 6: | Line 6: |
| ||<tablewidth="100%" style="color: #FF0000;" :> DRAFT|| |
Log Handling
Include File(s): SDL_log.h
Contents
Introduction
This category contains functions for handling simple log messages with categories and priorities.
By default logs are quiet, but if you're debugging SDL you might want:
SDL_LogSetAllPriority(SDL_LOG_PRIORITY_WARN);
Here's where the messages go on different platforms:
Windows
debug output stream
Android
log output
Others
standard error output (stderr)
Messages longer than the maximum size (4096 bytes) will be truncated.
Enumerations
