| Commit message (Collapse) | Author | Age | Files | Lines | |
|---|---|---|---|---|---|
| * | Improve log with hard coded map over runtime evaluation | dilluti0n | 2026-07-17 | 1 | -4/+4 |
| | | |||||
| * | refactor: unify log level and stream setup via log_init | dilluti0n | 2025-05-14 | 1 | -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 levels | dilluti0n | 2025-05-13 | 1 | -9/+13 |
| | | | | | | - refactor enums in LOG_* to RED_LOG_* since its conflicting raylib namespaces | ||||
| * | feat: introduce log.c; log handling module | dilluti0n | 2025-05-10 | 1 | -0/+12 |
