Delegate Log.ListenerB
Newer, more detailed type of trace listener. Applications can use it to listen to trace output.
Namespace: Cobasoft
Assembly: Cobasoft.Log.dll
Syntax
public delegate void ListenerB(DateTime time, string thread, Log.Type type, string message, string filename);
Parameters
Type | Name | Description |
---|---|---|
System.DateTime | time | |
System.String | thread | |
Log.Type | type | |
System.String | message | |
System.String | filename |