treedb_set_trace()#
Enables or disables trace logging for the TreeDB system.
Prototype
BOOL treedb_set_trace(
BOOL set
);
Parameters
Key |
Type |
Description |
|---|---|---|
|
|
If |
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