Show / Hide Table of Contents

Delegate Log.ListenerA

Older, simpler type of trace listener. Applications can use it to listen to trace output.

Namespace: Cobasoft
Assembly: Cobasoft.Log.dll
Syntax
public delegate void ListenerA(Log.Type type, string message);
Parameters
Type Name Description
Log.Type type
System.String message
In This Article
Back to top Generated by DocFX