C# 클래스 CK.Monitoring.GrandOutputEventInfo

Captures a log data with the current IActivityMonitor.Topic.
파일 보기 프로젝트 열기: Invenietis/ck-core 1 사용 예제들

공개 프로퍼티들

프로퍼티 타입 설명
Entry IMulticastLogEntry
Topic string

공개 메소드들

메소드 설명
GrandOutputEventInfo ( IMulticastLogEntry e, string topic ) : System

Initializes a new GrandOutputEventInfo.

메소드 상세

GrandOutputEventInfo() 공개 메소드

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

프로퍼티 상세

Entry 공개적으로 프로퍼티

A unified, immutable, log data.
public IMulticastLogEntry Entry
리턴 IMulticastLogEntry

Topic 공개적으로 프로퍼티

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