gobj_repr_global_trace_levels()

gobj_repr_global_trace_levels()#

Returns a JSON array containing the global trace levels and their descriptions.

Prototype

json_t *gobj_repr_global_trace_levels(void);

Parameters

Key

Type

Description

-

-

This function does not take any parameters.


Return Value

A JSON array where each element is an object containing the trace level name and its description.

Notes

This function provides a list of predefined global trace levels used for debugging and logging.

Prototype

// Not applicable in JS

Prototype

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