log_file_flags property

  1. @UnsignedInt()
int log_file_flags
getter/setter pair

Additional flags to be given to #pj_file_open() when opening the log file. By default, the flag is PJ_O_WRONLY. Application may set PJ_O_APPEND here so that logs are appended to existing file instead of overwriting it.

Default is 0.

Implementation

@ffi.UnsignedInt()
external int log_file_flags;