gobj_get_gobj_trace_level_tree()

gobj_get_gobj_trace_level_tree()#

Retrieves the trace levels set for a given gobj and its entire child tree.

Prototype

json_t *gobj_get_gobj_trace_level_tree(
    hgobj gobj
);

Parameters

Key

Type

Description

gobj

hgobj

The gobj whose trace levels and child tree trace levels are to be retrieved.


Return Value

A JSON array containing the trace levels of the specified gobj and all its child gobjs.

Notes

This function iterates over the entire child tree of the given gobj and collects their trace levels.

Prototype

// Not applicable in JS

Prototype

# Not applicable in Python
Examples
// TODO C examples
// TODO JS examples
# TODO Python examples