The topic you requested is included in another documentation set. For convenience, it's displayed below. Choose Switch to see the topic in its original location.
FileLogTraceListener::Encoding Property
.NET Framework (current version)
Gets or sets the encoding to use when creating a new log file.
Assembly: Microsoft.VisualBasic (in Microsoft.VisualBasic.dll)
Property Value
Type: System.Text::Encoding^Encoding, which is the encoding to use when creating a new log file. The default value of this property is UTF8Encoding.
When appending text to an existing log file, the encoding for that file is used instead of the encoding specified by the Encoding property.
.NET Framework
Available since 2.0
Available since 2.0
Show: