aboutsummaryrefslogtreecommitdiff
path: root/log.h
Commit message (Collapse)AuthorAgeFilesLines
* Improve log with hard coded map over runtime evaluationdilluti0n2026-07-171-4/+4
|
* refactor: unify log level and stream setup via log_initdilluti0n2025-05-141-2/+2
| | | | | | | | - 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-9/+13
| | | | | - refactor enums in LOG_* to RED_LOG_* since its conflicting raylib namespaces
* feat: introduce log.c; log handling moduledilluti0n2025-05-101-0/+12