Summary
Represents verbosity.
- Namespace
-
GitVersion
.Logging - Interfaces
-
- IComparable
- IFormattable
- IConvertible
- Base Types
-
- object
- ValueType
- Enum
Syntax
public enum Verbosity
Fields
Name | Constant Value | Summary |
---|---|---|
Diagnostic | 4 |
Diagnostic verbosity.
static
|
Minimal | 1 |
Minimal verbosity.
static
|
Normal | 2 |
Normal verbosity.
static
|
Quiet | 0 |
Quiet verbosity.
static
|
Verbose | 3 |
Verbose verbosity.
static
|
Extension Methods
Name | Value | Summary |
---|---|---|
GetProperties |
IEnumerable |
From
ObjectExtensions
|