SetLogFormat method

void SetLogFormat(
  1. Pointer<Char> arg0
)

Implementation

void SetLogFormat(
  ffi.Pointer<ffi.Char> arg0,
) {
  return _SetLogFormat(
    arg0,
  );
}