Delegate log_writer
Namespace: OpenZiti.Native
Assembly: Ziti.NET.Standard.dll
Syntax
public delegate void log_writer(int level, string loc, string msg, uint msglen);
Parameters
| Type | Name | Description |
|---|---|---|
| System.Int32 | level | |
| System.String | loc | |
| System.String | msg | |
| System.UInt32 | msglen |