aboutsummaryrefslogtreecommitdiff
path: root/log.c
Commit message (Collapse)AuthorAgeFilesLines
* Improve log with hard coded map over runtime evaluationdilluti0n2026-07-171-7/+10
|
* refactor: replace #ifdef DEBUG printf to log_printfdilluti0n2025-05-141-1/+0
| | | | - fix log_printf to not automatically insert newline
* refactor: unify log level and stream setup via log_initdilluti0n2025-05-141-10/+15
| | | | | | | | - Replaced log_set_level() with log_init() to allow stream configuration. - log_fprintf() now uses an internal stream, defaulting to stdout. [minor] update log tags in TODO.org correctly
* refactor: integrate raylib logs to RED log levelsdilluti0n2025-05-131-8/+8
| | | | | - refactor enums in LOG_* to RED_LOG_* since its conflicting raylib namespaces
* feat: introduce log.c; log handling moduledilluti0n2025-05-101-0/+28