C# Class CK.Monitoring.GrandOutputEventInfo

Captures a log data with the current IActivityMonitor.Topic.
Show file Open project: Invenietis/ck-core Class Usage Examples

Public Properties

Property Type Description
Entry IMulticastLogEntry
Topic string

Public Methods

Method Description
GrandOutputEventInfo ( IMulticastLogEntry e, string topic ) : System

Initializes a new GrandOutputEventInfo.

Method Details

GrandOutputEventInfo() public method

Initializes a new GrandOutputEventInfo.
public GrandOutputEventInfo ( IMulticastLogEntry e, string topic ) : System
e IMulticastLogEntry Log entry.
topic string Current topic.
return System

Property Details

Entry public property

A unified, immutable, log data.
public IMulticastLogEntry Entry
return IMulticastLogEntry

Topic public property

The current topic of the monitor when the log occurred.
public string Topic
return string