rotatory_end()

rotatory_end()#

rotatory_end() closes all active rotatory log instances and resets the internal state.

Prototype

void rotatory_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 iterates through all active rotatory log instances and closes them using rotatory_close(). After execution, the internal initialization flag is reset, preventing further operations until rotatory_start_up() is called again.

Prototype

// Not applicable in JS

Prototype

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