Skip to content

5d04e6f3 4992 6852 ccec 8bb5e6a64918

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

LogEvent.Key Property

Gets the unique key of any particular logging event.

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

Syntax

C#

public Guid Key { get; private set; }

Property Value

Type: Guid
The unique key representing this logging event.

Implements

ILogEvent.Key

Remarks

The key represents some kind of handle to uniquely identify a particular logging event. This key is generated internally as soon as an instance of this interface is created.

See Also

Reference

LogEvent Class
Plexdata.LogWriter.Internals.Events Namespace

Clone this wiki locally