Click or drag to resize
LoggerWriter Property
The TextWriter associated with this Logger instance. The default is System.Console.Out.

Namespace: Imsl
Assembly: ImslCS (in ImslCS.dll) Version: 6.5.2.0
Syntax
public TextWriter Writer { get; set; }

Property Value

Type: TextWriter
See Also