is_debug property

  1. @Int32()
int is_debug
getter/setter pair

Enable debug logging (0 = false, 1 = true, using int32_t for FFI compatibility)

Implementation

@ffi.Int32()
external int is_debug;