Show / Hide Table of Contents

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
  • Improve this Doc
  • View Source
In This Article
Back to top Generated by DocFX