glog_end()

glog_end()#

The glog_end() function deinitializes the logging system, freeing allocated resources and unregistering log handlers.

Prototype

void glog_end(void);

Parameters

Key

Type

Description

-

-

This function does not take any parameters.


Return Value

This function does not return a value.

Notes

This function should generally not be called, as the logging system consumes minimal memory and should remain available throughout the program’s execution.

Prototype

// Not applicable in JS

Prototype

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