Source position: wasm.logger.api.pas line 33
type TWasmLogHook = procedure(
Level: TWasmLogLevel;
const Msg: string
) of object;