Summary
Gets the
NAnt.Core.LogWriter.Encoding
in which the output is written.
- Assembly
- NAnt
.Core .dll - Namespace
- NAnt
.Core - Containing Type
- LogWriter
Syntax
public override Encoding Encoding { get; }
Value
Type | Description |
---|---|
Encoding |
The NAnt.Core.LogWriter always writes output in UTF8
encoding.
|