ConsoleLogger.TextWriter property
This property provides a TextWriter that implements ILogger which is handy if you have existing code that requires a TextWriter.
public TextWriter TextWriter { get; }
See Also
- class ConsoleLogger
- namespace Microsoft.Coyote.IO
- assembly Microsoft.Coyote