treedb_set_trace()

treedb_set_trace()#

Enables or disables trace logging for the TreeDB system.

Prototype

BOOL treedb_set_trace(
    BOOL set
);

Parameters

Key

Type

Description

set

BOOL

If TRUE, enables trace logging; if FALSE, disables it.


Return Value

Returns TRUE if trace logging was successfully enabled or disabled, otherwise FALSE.

Notes

This function is useful for debugging and monitoring TreeDB operations.

Prototype

// Not applicable in JS

Prototype

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