INuGetLoggerOutput interface¶
Defined in
Namespace: ReactiveMarbles.NuGet.Helpers
Assembly: ReactiveMarbles.NuGet.Helpers.dll
Full name: ReactiveMarbles.NuGet.Helpers.INuGetLoggerOutput
Modifiers: public abstract
Summary¶
Provides logging to the NuGet helpers.
Applies to
netstandard2.0
Methods¶
| Name | Summary |
|---|---|
| Warn | Outputs a warning string. |
| Error | Outputs a error string. |
| Info | Outputs a information string. |
| Debug | Outputs a debug string. |