Method SetLogger
| Improve this Doc View SourceSetLogger(Action<String>)
Sets the logger.
Declaration
public void SetLogger(Action<string> value)
Parameters
Type | Name | Description |
---|---|---|
System.Action<System.String> | value | The delegate to receive the logging messages. |
SetLogger(Action<String>, LogCategory)
Sets the logger.
Declaration
public abstract void SetLogger(Action<string> value, LogCategory logCategory)
Parameters
Type | Name | Description |
---|---|---|
System.Action<System.String> | value | The delegate to receive the logging messages. |
LogCategory | logCategory | Specifies logging category. |