mirror of https://github.com/LIJI32/SameBoy.git
Updated GB_attributed_log (markdown)
parent
07ed715642
commit
464172a3d0
|
@ -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]]
|
Loading…
Reference in New Issue