log_levelAsInt property

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

The same contents as the level field, but as a numeric ID. Since API version 1.6.

Implementation

@ffi.UnsignedInt()
external int log_levelAsInt;