C# Class CK.Core.ActivityMonitorSimpleCollector.Entry

Element of the Entries.
Datei anzeigen Open project: Invenietis/ck-core

Public Properties

Property Type Description
Exception System.Exception
LogTime DateTimeStamp
MaskedLevel LogLevel
Tags CKTrait
Text string

Public Methods

Method Description
ToString ( ) : string

Overridden to return the Text of this element.

Private Methods

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

Method Details

ToString() public method

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

Property Details

Exception public_oe property

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

LogTime public_oe property

Time of the log entry.
public DateTimeStamp LogTime
return DateTimeStamp

MaskedLevel public_oe property

The log level of the log entry.
public LogLevel MaskedLevel
return LogLevel

Tags public_oe property

The tags of the log entry.
public CKTrait Tags
return CKTrait

Text public_oe property

The text of the log entry.
public string Text
return string