gobj_get_gclass_trace_no_level_list()

gobj_get_gclass_trace_no_level_list()#

Retrieves a list of gclasses with their respective trace levels that are explicitly disabled.

Prototype

PUBLIC json_t *gobj_get_gclass_trace_no_level_list(hgclass gclass_);

Parameters

Key

Type

Description

gclass_

hgclass

The gclass to retrieve the disabled trace levels for. If NULL, retrieves the list for all gclasses.


Return Value

A JSON array containing objects with gclass names and their respective disabled trace levels.

Notes

If gclass_ is NULL, the function iterates over all registered gclasses and returns their disabled trace levels.

Prototype

// Not applicable in JS

Prototype

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