HomeGuidesAPI Reference
HubBlogChangelogSupport ForumLog In
API Reference

.NET SDK - RainwayRuntime.SetLogSink

RainwayRuntime.SetLogSink method

Sets the log sink for use in the runtime

public static void SetLogSink(Action<RainwayLogLevel, string, string> sink)
parameterdescription
sinkThe sink to call with log messages

See Also