text property

Pointer<Int8> text
getter/setter pair

The log message. It consists of 1 line of text, and is terminated with a newline character. (Before API version 1.6, it could contain multiple or partial lines.)

Implementation

external ffi.Pointer<ffi.Int8> text;