tranger2_set_trace_level()
#
Sets the trace level of the tranger
instance, controlling the verbosity of logging and debugging output.
Prototype
void tranger2_set_trace_level(
json_t *tranger,
int trace_level
);
Parameters
Key |
Type |
Description |
---|---|---|
|
|
A pointer to the |
|
|
The new trace level to be set, determining the verbosity of logging. |
Return Value
This function does not return a value.
Notes
Higher trace levels typically enable more detailed logging, which can be useful for debugging.
Prototype
// Not applicable in JS
Prototype
# Not applicable in Python
Examples
// TODO C examples
// TODO JS examples
# TODO Python examples