method supabase.RealtimeClient.prototype.logRe-exportimport { supabase } from "https://deno.land/x/live@1.53.6/deps.ts"; const { RealtimeClient } = supabase; log(kind: string,msg: string,data?: any,): voidLogs the message. Logs the message. For customized logging, this.logger can be overridden. Parameterskind: stringmsg: stringoptionaldata: anyReturnsvoid