From 464172a3d09482fffdcd795aff629bb4c498b34c Mon Sep 17 00:00:00 2001 From: Lior Halphon Date: Sat, 30 Nov 2024 18:27:05 +0200 Subject: [PATCH] Updated GB_attributed_log (markdown) --- GB_attributed_log.md | 8 +++++++- 1 file changed, 7 insertions(+), 1 deletion(-) diff --git a/GB_attributed_log.md b/GB_attributed_log.md index c72bb97..95e2205 100644 --- a/GB_attributed_log.md +++ b/GB_attributed_log.md @@ -6,8 +6,14 @@ In `gb.h` ## Description -TBD +A convenient function used to log formatted string (following `printf` semantics), along with [[attributes|GB_log_attributes_t]] through an emulator instance's [[log callback|GB_set_log_callback]]. ## Thread Safety `GB_attributed_log` is thread-safe and can be called from any thread and context. + +## See Also + +* [[GB_log]] +* [[GB_log_attributes_t]] +* [[GB_set_log_callback]] \ No newline at end of file