Skip to content

ccca5c9d c41e fa8f f3fa 168e9ba6945f

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

LogEvent.Context Property

Gets the context 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 string Context { get; private set; }

Property Value

Type: String
The logging event context.

Implements

ILogEvent.Context

Remarks

The context is in fact an optional argument and should help to identify source of a logging event. For example such a source could be a program, a library or a class.

See Also

Reference

LogEvent Class
Plexdata.LogWriter.Internals.Events Namespace

Clone this wiki locally