gobj_get_gobj_trace_no_level()

gobj_get_gobj_trace_no_level()#

Retrieves the trace levels that are explicitly disabled for the given gobj.

Prototype

json_t *gobj_get_gobj_trace_no_level(
    hgobj gobj
);

Parameters

Key

Type

Description

gobj

hgobj

The GObj instance whose disabled trace levels are to be retrieved.


Return Value

A JSON array containing the names of the disabled trace levels for the given gobj. The caller does not own the returned JSON object.

Notes

This function returns a list of trace levels that have been explicitly disabled for the given gobj. The returned JSON object should not be modified or freed by the caller.

Prototype

// Not applicable in JS

Prototype

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