C# Class CK.Core.ActivityMonitorSimpleCollector.Entry

Element of the Entries.
Afficher le fichier Open project: Invenietis/ck-core

Méthodes publiques

Свойство Type Description
Exception System.Exception
LogTime DateTimeStamp
MaskedLevel LogLevel
Tags CKTrait
Text string

Méthodes publiques

Méthode Description
ToString ( ) : string

Overridden to return the Text of this element.

Private Methods

Méthode Description
Entry ( CKTrait tags, LogLevel level, string text, DateTimeStamp logTime, Exception ex ) : System

Method Details

ToString() public méthode

Overridden to return the Text of this element.
public ToString ( ) : string
Résultat string

Property Details

Exception public_oe property

The exception of the log entry if any.
public Exception,System Exception
Résultat System.Exception

LogTime public_oe property

Time of the log entry.
public DateTimeStamp LogTime
Résultat DateTimeStamp

MaskedLevel public_oe property

The log level of the log entry.
public LogLevel MaskedLevel
Résultat LogLevel

Tags public_oe property

The tags of the log entry.
public CKTrait Tags
Résultat CKTrait

Text public_oe property

The text of the log entry.
public string Text
Résultat string