Enum TerminalWriters
Defines a set of bitwise standard terminal writers.
Namespace: Swan
Syntax
public enum TerminalWriters
Fields
Name | Description |
---|---|
All | Writes to all possible terminal writers |
None | Prevents output |
StandardError | Writes to the Console.Error |
StandardOutput | Writes to the Console.Out |