Delegate LoggingServiceListener.OnLogMessageWrittenDelegate
Gets the value of the message event callback.
Namespace: Linphone
Assembly: cs.temp.dll.dll
Syntax
public delegate void OnLogMessageWrittenDelegate(LoggingService logService, string domain, LogLevel level, string message);
Parameters
| Type | Name | Description |
|---|---|---|
| LoggingService | logService | |
| System.String | domain | |
| LogLevel | level | |
| System.String | message |