gobj_get_gclass_trace_no_level()

gobj_get_gclass_trace_no_level()#

Retrieves the trace levels that are explicitly disabled for a given gclass.

Prototype

PUBLIC json_t *gobj_get_gclass_trace_no_level(
    hgclass gclass
);

Parameters

Key

Type

Description

gclass

hgclass

The gclass whose disabled trace levels are to be retrieved.


Return Value

A JSON array containing the names of the disabled trace levels for the specified gclass.

Notes

This function returns a list of trace levels that have been explicitly disabled for the given gclass. The returned JSON array must be freed by the caller.

Prototype

// Not applicable in JS

Prototype

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