- Namespace
-
GitVersion
.Logging - Interfaces
- Base Types
-
- object
graph BT Type-->Base0["object"]
Type-.->Interface0["IConsole"] click Interface0
"/api/GitVersion.Logging/IConsole" Type["ConsoleAdapter"]
class Type type-node
Syntax
public class ConsoleAdapter : 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
|