rotatory_close()
#
Close a rotatory log file.
Prototype
PUBLIC void rotatory_close(
int handle
);
Parameters
Key |
Type |
Description |
---|---|---|
|
|
The handle of the rotatory log to close. |
Return Value
No return value. This function closes the specified rotatory log file.
Prototype
// Not applicable in JS
Prototype
# Not applicable in Python
Examples
// TODO C examples
// TODO JS examples
# TODO Python examples