INuGetLoggerOutput.Debug(string) method¶
Defined in
Type: INuGetLoggerOutput
Namespace: ReactiveMarbles.NuGet.Helpers
Assembly: ReactiveMarbles.NuGet.Helpers.dll
Applies to
netstandard2.0
void Debug(string data)
Summary: Outputs a debug string.
Parameters
| Name | Type | Description |
|---|---|---|
data | string | The logging data. |