ConsoleAdapter Class

Namespace
GitVersion.Logging
Interfaces
Base Types
  • object

Syntax

public class ConsoleAdapter : 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<ConsoleAdapter>(string) T
GitHub