Delegate Log.LogDelegate
Specifies the prototype of log handler functions.
Namespace: NetVips
Assembly: NetVips.dll
Syntax
public delegate void LogDelegate(string logDomain, Enums.LogLevelFlags logLevel, string message);
Parameters
Type | Name | Description |
---|---|---|
System.String | logDomain | The log domain of the message. |
Enums.LogLevelFlags | logLevel | The log level of the message (including the fatal and recursion flags). |
System.String | message | The message to process. |