Class ActivityMonitorSimpleCollector.Entry
Element of the Entries.
Inherited Members
Namespace: CK.Core
Assembly: CK.ActivityMonitor.dll
Syntax
public class Entry
Fields
| Improve this Doc View SourceException
The exception of the log entry if any.
Declaration
public readonly Exception Exception
Field Value
| Type | Description |
|---|---|
| Exception |
LogTime
Time of the log entry.
Declaration
public readonly DateTimeStamp LogTime
Field Value
| Type | Description |
|---|---|
| CK.Core.DateTimeStamp |
MaskedLevel
The log level of the log entry.
Declaration
public readonly LogLevel MaskedLevel
Field Value
| Type | Description |
|---|---|
| LogLevel |
Tags
The tags of the log entry.
Declaration
public readonly CKTrait Tags
Field Value
| Type | Description |
|---|---|
| CK.Core.CKTrait |
Text
The text of the log entry.
Declaration
public readonly string Text
Field Value
| Type | Description |
|---|---|
| String |
Methods
| Improve this Doc View SourceToString()
Overridden to return the Text of this element.
Declaration
public override string ToString()
Returns
| Type | Description |
|---|---|
| String | This Text property. |