Skip to content

42aa6bd8 f106 d73f b97b 87de0c22cc77

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

StreamLoggerSettings.Encoding Property

Gets or sets the used file encoding.

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

Syntax

C#

public Encoding Encoding { get; set; }

Property Value

Type: Encoding
The stream encoding to be used.

Implements

IStreamLoggerSettings.Encoding

Remarks

This property allows to change the stream encoding to be used.

See Also

Reference

StreamLoggerSettings Class
Plexdata.LogWriter.Settings Namespace

Clone this wiki locally