C# Class CK.Monitoring.GrandOutputEventInfo

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

Méthodes publiques

Свойство Type Description
Entry IMulticastLogEntry
Topic string

Méthodes publiques

Méthode Description
GrandOutputEventInfo ( IMulticastLogEntry e, string topic ) : System

Initializes a new GrandOutputEventInfo.

Method Details

GrandOutputEventInfo() public méthode

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

Property Details

Entry public_oe property

A unified, immutable, log data.
public IMulticastLogEntry Entry
Résultat IMulticastLogEntry

Topic public_oe property

The current topic of the monitor when the log occurred.
public string Topic
Résultat string