Delegate Native.InfoLogWithScopeCallbackDelegate
An info log with scope callback delegate.
Namespace: FM.LiveSwitch
Assembly: FM.LiveSwitch.dll
Syntax
protected delegate void InfoLogWithScopeCallbackDelegate(string scope, string message);
Parameters
Type | Name | Description |
---|---|---|
System.String | scope | The scope. |
System.String | message | The message. |