C# Class CK.Core.ActivityMonitorSimpleCollector.Entry

Element of the Entries.
Show file 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 property

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

LogTime public property

Time of the log entry.
public DateTimeStamp LogTime
return DateTimeStamp

MaskedLevel public property

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

Tags public property

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

Text public property

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