From 82c3d3bb8f8fdc3ec37138acb3f23177e01175b0 Mon Sep 17 00:00:00 2001 From: Lior Halphon Date: Sat, 30 Nov 2024 18:28:08 +0200 Subject: [PATCH] Updated GB_log (markdown) --- GB_log.md | 7 ++++++- 1 file changed, 6 insertions(+), 1 deletion(-) diff --git a/GB_log.md b/GB_log.md index b0ba934..099b3bc 100644 --- a/GB_log.md +++ b/GB_log.md @@ -6,8 +6,13 @@ In `gb.h` ## Description -TBD +A convenient function used to log formatted string (following `printf` semantics) through an emulator instance's [[log callback|GB_set_log_callback]]. Calling this function is equivalent to calling [[GB_attributed_log]] with the `attributes` argument passed as `0`. ## Thread Safety `GB_log` is thread-safe and can be called from any thread and context. + +## See Also + +* [[GB_attributed_log]] +* [[GB_set_log_callback]] \ No newline at end of file