- 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 |
IDisposable | |
Write |
void | |
WriteLine |
void | |
WriteLine |
void |
Extension Methods
Name | Value | Summary |
---|---|---|
GetProperties |
IEnumerable |
From
ObjectExtensions
|
NotNull |
T |
From
CommonExtensions
|