rotatory_flush()
#
Flush the data of a rotatory log file to disk.
Prototype
PUBLIC int rotatory_flush(
int handle
);
Parameters
Key |
Type |
Description |
---|---|---|
|
|
The handle of the rotatory log to flush. |
Return Value
Returns 0
on success, or a negative value on failure.
Prototype
// Not applicable in JS
Prototype
# Not applicable in Python
Examples
// TODO C examples
// TODO JS examples
# TODO Python examples