Skip to content

37b14f76 82a6 579b 60c8 ab0cae2aedf0

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

StreamLoggerFacade.interlock Field

This field holds the instance of the internal synchronization object.

Namespace: Plexdata.LogWriter.Facades
Assembly: Plexdata.LogWriter.Stream (in Plexdata.LogWriter.Stream.dll) Version: 1.0.7.1

Syntax

C#

private static readonly Object interlock

Field Value

Type: Object

Remarks

Writing data into a file should be thread-safely locked. For this purpose this object is used.

See Also

Reference

StreamLoggerFacade Class
Plexdata.LogWriter.Facades Namespace

Clone this wiki locally