gobj_set_deep_tracing()
#
Sets the deep tracing level for all gobjs, controlling the verbosity of trace logs.
Prototype
int gobj_set_deep_tracing(int level);
Parameters
Key |
Type |
Description |
---|---|---|
|
|
The tracing depth level. A value of 1 enables tracing while considering |
Return Value
Returns 0 on success.
Notes
This function is useful for debugging and monitoring gobj behavior at different levels of detail.
Prototype
// Not applicable in JS
Prototype
# Not applicable in Python
Examples
// TODO C examples
// TODO JS examples
# TODO Python examples