Skip to content

23fee2f1 d5fd d80f 9033 63d74a723c48

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

LoggingScope.Value Property

An object representing the assigned scope.

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

Syntax

C#

public Object Value { get; private set; }

Property Value

Type: Object
The value can be anything. But keep in mind, list types are not yet supported.

Remarks

The object to be used to get the scope text from.

See Also

Reference

LoggingScope Class
Plexdata.LogWriter.Internals.Logging Namespace

Clone this wiki locally