Custom log function logLevel.

This commit is contained in:
jussi
2022-06-19 20:38:50 +03:00
parent 1529202e26
commit 6bac1a2c63
4 changed files with 22 additions and 12 deletions

2
API.md
View File

@@ -25,7 +25,7 @@ You can still use RL_BeginDrawing() and RL_EndDrawing() manually from anywhere.
---
> function log( message )
> function log( logLevel, message )
This function can be used for custom log message handling.