Show / Hide Table of Contents

Delegate Log.LogDelegate

Specifies the prototype of log handler functions.

Namespace: NetVips
Assembly: NetVips.dll
Syntax
public delegate void Log.LogDelegate(string logDomain, Enums.LogLevelFlags logLevel, string message)
Parameters
Type Name Description
string logDomain

The log domain of the message.

Enums.LogLevelFlags logLevel

The log level of the message (including the fatal and recursion flags).

string message

The message to process.

In this article
Back to top Generated by DocFX