RainwayRuntime.SetLogSink method
Sets the log sink for use in the runtime
public static void SetLogSink(Action<RainwayLogLevel, string, string> sink)
parameter | description |
---|---|
sink | The sink to call with log messages |
See Also
- enum RainwayLogLevel
- class RainwayRuntime
- namespace Rainway.SDK