z

Delegate Main.OnLogHandler

Delegate used by the native layer to emit diagnostic logs.

public delegate void Main.OnLogHandler(bool isVerbose, string log)
Top