ConsoleNuGetLoggerOutput class¶
Defined in
Namespace: ReactiveMarbles.NuGet.Helpers
Assembly: ReactiveMarbles.NuGet.Helpers.dll
Full name: ReactiveMarbles.NuGet.Helpers.ConsoleNuGetLoggerOutput
Modifiers: public
Summary¶
Provides logging to the console.
Applies to
netstandard2.0
Class hierarchy
classDiagram
class ConsoleNuGetLoggerOutput
class INuGetLoggerOutput {
<>
}
INuGetLoggerOutput <|.. ConsoleNuGetLoggerOutput
Implements: INuGetLoggerOutput
Constructors¶
| Name | Summary |
|---|---|
| .ctor |
Methods¶
| Name | Summary |
|---|---|
| Debug | Outputs a debug string. |
| Error | Outputs a error string. |
| Info | Outputs a information string. |
| Warn | Outputs a warning string. |