ConsoleNuGetLoggerOutput.Debug(string) method¶
Defined in
Type: ConsoleNuGetLoggerOutput
Namespace: ReactiveMarbles.NuGet.Helpers
Assembly: ReactiveMarbles.NuGet.Helpers.dll
Applies to
netstandard2.0
public void Debug(string data)
Inherited documentation
These docs were inherited from INuGetLoggerOutput. The member doesn't override them on this type.
Summary: Outputs a debug string.
Parameters
| Name | Type | Description |
|---|---|---|
data | string | The logging data. |