Skip to content

eb45b54f 192c e687 9374 b031ef13315b

Axel Kesseler edited this page Mar 1, 2023 · 18 revisions

LogEvent.Time Property

Gets the time stamp of this logging event.

Namespace: Plexdata.LogWriter.Internals.Events
Assembly: Plexdata.LogWriter.Abstraction (in Plexdata.LogWriter.Abstraction.dll) Version: 1.0.7.1

Syntax

C#

public DateTime Time { get; private set; }

Property Value

Type: DateTime
The time stamp of this logging event.

Implements

ILogEvent.Time

Remarks

The time stamp represents the time at when a particular logging event has occurred. Additionally note, the time stamp is assigned by a particular logger implementation.

See Also

Reference

LogEvent Class
Plexdata.LogWriter.Internals.Events Namespace

Clone this wiki locally