C# 클래스 CK.Core.ActivityMonitorSimpleCollector.Entry

Element of the Entries.
파일 보기 프로젝트 열기: Invenietis/ck-core

공개 프로퍼티들

프로퍼티 타입 설명
Exception System.Exception
LogTime DateTimeStamp
MaskedLevel LogLevel
Tags CKTrait
Text string

공개 메소드들

메소드 설명
ToString ( ) : string

Overridden to return the Text of this element.

비공개 메소드들

메소드 설명
Entry ( CKTrait tags, LogLevel level, string text, DateTimeStamp logTime, Exception ex ) : System

메소드 상세

ToString() 공개 메소드

Overridden to return the Text of this element.
public ToString ( ) : string
리턴 string

프로퍼티 상세

Exception 공개적으로 프로퍼티

The exception of the log entry if any.
public Exception,System Exception
리턴 System.Exception

LogTime 공개적으로 프로퍼티

Time of the log entry.
public DateTimeStamp LogTime
리턴 DateTimeStamp

MaskedLevel 공개적으로 프로퍼티

The log level of the log entry.
public LogLevel MaskedLevel
리턴 LogLevel

Tags 공개적으로 프로퍼티

The tags of the log entry.
public CKTrait Tags
리턴 CKTrait

Text 공개적으로 프로퍼티

The text of the log entry.
public string Text
리턴 string