Skip to content

ConsoleNuGetLoggerOutput.Info(string) method

Defined in

Type: ConsoleNuGetLoggerOutput Namespace: ReactiveMarbles.NuGet.Helpers Assembly: ReactiveMarbles.NuGet.Helpers.dll

Applies to

netstandard2.0

public void Info(string data)

View source

Inherited documentation

These docs were inherited from INuGetLoggerOutput. The member doesn't override them on this type.

Summary: Outputs a information string.

Parameters

NameTypeDescription
datastringThe logging data.