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