Skip to content

bc24edec dc3b d8c5 014c ebf4e5b9cd5b

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

LoggerStream.CanWrite Property

Gets a value indicating whether the current stream supports writing.

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

Syntax

C#

public override bool CanWrite { get; }

Property Value

Type: Boolean
This property always returns true.

Remarks

This stream implementation is only writable!

See Also

Reference

LoggerStream Class
Plexdata.LogWriter.Features Namespace

Clone this wiki locally