igLogText function

void igLogText(
  1. Pointer<Uint8> fmt
)
void igLogText(
 byte* fmt ,
 ... ...
);

Implementation

void igLogText(Pointer<Uint8> fmt) => _igLogText(fmt);