C# Класс CK.Core.ActivityMonitorSimpleCollector.Entry

Element of the Entries.
Показать файл Открыть проект

Открытые свойства

Свойство Тип Описание
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