LogHookFunction typedef

LogHookFunction = Void Function(Int level, Pointer<Char> tag, Pointer<Char> message)

Implementation

typedef LogHookFunction = ffi.Void Function(
  ffi.Int level,
  ffi.Pointer<ffi.Char> tag,
  ffi.Pointer<ffi.Char> message,
);