gobj_trace_level_list()#
Returns a JSON object containing the trace levels available for a given hgclass.
Prototype
PUBLIC json_t *gobj_trace_level_list(
hgclass gclass
);
Parameters
Key |
Type |
Description |
|---|---|---|
|
|
The |
Return Value
A JSON object containing the trace levels available for the specified hgclass.
Notes
The returned JSON object must be decremented when no longer needed.
Prototype
// Not applicable in JS
Prototype
# Not applicable in Python
Examples
// TODO C examples
// TODO JS examples
# TODO Python examples