gobj_get_gobj_trace_level()#
Retrieves the trace levels set for the specified hgobj. The function returns a JSON array containing the active trace levels.
Prototype
PUBLIC json_t *gobj_get_gobj_trace_level(
hgobj gobj
);
Parameters
Key |
Type |
Description |
|---|---|---|
|
|
The |
Return Value
A JSON array containing the active trace levels for the given hgobj.
Notes
If gobj is NULL, the function returns the global trace levels.
Prototype
// Not applicable in JS
Prototype
# Not applicable in Python
Examples
// TODO C examples
// TODO JS examples
# TODO Python examples