gobj_set_deep_tracing()

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

level

int

The tracing depth level. A value of 1 enables tracing while considering __gobj_trace_no_level__, and values greater than 1 enable full tracing.


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