HomeGuidesAPI Reference
HubBlogChangelogSupport ForumLog In
API Reference

Node.js SDK - LogSink

Home > rainway-sdk-native > LogSink

LogSink type

Signature:

export declare type LogSink = (rt: Runtime | undefined, level: RainwayLogLevel, target: string, msg: string) => void;

References: Runtime, RainwayLogLevel