Skip to content

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

NameSummary
WarnOutputs a warning string.
ErrorOutputs a error string.
InfoOutputs a information string.
DebugOutputs a debug string.