rotatory_write()
#
Write data to a rotatory log file.
Prototype
PUBLIC int rotatory_write(
int handle,
const void *data,
size_t size
);
Parameters
Key |
Type |
Description |
---|---|---|
|
|
The handle of the rotatory log to write to. |
|
|
The data to write. |
|
|
The size of the data in bytes. |
Return Value
Returns the number of bytes successfully written, 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