IConsole Interface

Namespace
GitVersion.Logging
Implementing Types
graph BT Type["IConsole"] class Type type-node Implementing0["ConsoleAdapter"]-.->Type click Implementing0 "/api/GitVersion.Logging/ConsoleAdapter"

Syntax

public interface IConsole

Methods

Name Value Summary
ReadLine() string
UseColor(ConsoleColor) IDisposable
Write(string) void
WriteLine() void
WriteLine(string) void

Extension Methods

Name Value Summary
GetProperties() IEnumerable<KeyValuePair<string, string>>
NotNull<IConsole>(string) T
GitHub