rotatory_close()
#
Closes the given hrotatory_h
instance, flushing and releasing all associated resources.
Prototype
void rotatory_close(
hrotatory_h hr
);
Parameters
Key |
Type |
Description |
---|---|---|
|
|
Handle to the rotatory log instance to be closed. |
Return Value
This function does not return a value.
Notes
If hr
is NULL
or the rotatory system is not initialized, the function does nothing.
Prototype
// Not applicable in JS
Prototype
# Not applicable in Python
Examples
// TODO C examples
// TODO JS examples
# TODO Python examples