gobj_get_global_trace_level()
#
Retrieves the current global trace levels as a JSON array of strings.
Prototype
json_t *gobj_get_global_trace_level(void);
Parameters
Key |
Type |
Description |
---|---|---|
|
|
This function does not take any parameters. |
Return Value
A JSON array containing the names of the currently enabled global trace levels.
Notes
The returned JSON object must be managed properly to avoid memory leaks. Use json_decref()
when done.
Prototype
// Not applicable in JS
Prototype
# Not applicable in Python
Examples
// TODO C examples
// TODO JS examples
# TODO Python examples