Class ConsoleTextOutputProvider
Implementation of ITextOutputProvider that outputs messages to the system console.
Implements
Inherited Members
Namespace: Benday.CommandsFramework
Assembly: Benday.CommandsFramework.dll
Syntax
public class ConsoleTextOutputProvider : ITextOutputProvider
Methods
| Edit this page View SourceWrite(string)
Write text to output without an ending newline
Declaration
public void Write(string message)
Parameters
Type | Name | Description |
---|---|---|
string | message |
WriteLine()
Write a new line to the console
Declaration
public void WriteLine()
WriteLine(string)
Write a message to the console
Declaration
public void WriteLine(string line)
Parameters
Type | Name | Description |
---|---|---|
string | line |