pub unsafe extern "C" fn c4log_writeToBinaryFile(
options: C4LogFileOptions,
error: *mut C4Error,
) -> boolExpand description
Causes log messages to be written to a file, overwriting any previous contents. The data is written in an efficient and compact binary form that can be read using the “litecorelog” tool. @param options The options to use when setting up the binary logger @param error On failure, the filesystem error that caused the call to fail. @return True on success, false on failure.