gobj_get_gclass_trace_level()#
Retrieves the trace levels set for the specified hgclass.
Prototype
json_t *gobj_get_gclass_trace_level(
hgclass gclass
);
Parameters
Key |
Type |
Description |
|---|---|---|
|
|
The |
Return Value
A JSON array containing the active trace levels for the given hgclass.
Notes
The returned JSON array must be freed by the caller using json_decref().
Prototype
// Not applicable in JS
Prototype
# Not applicable in Python
Examples
// TODO C examples
// TODO JS examples
# TODO Python examples