Skip to content

ConsoleNuGetLoggerOutput class

Defined in

Namespace: ReactiveMarbles.NuGet.Helpers Assembly: ReactiveMarbles.NuGet.Helpers.dll Full name: ReactiveMarbles.NuGet.Helpers.ConsoleNuGetLoggerOutput Modifiers: public

Summary

View source

        Provides logging to the console.
        

Applies to

netstandard2.0

Class hierarchy
classDiagram
class ConsoleNuGetLoggerOutput
class INuGetLoggerOutput {
    <>
}
INuGetLoggerOutput <|.. ConsoleNuGetLoggerOutput

Implements: INuGetLoggerOutput

Constructors

NameSummary
.ctor

Methods

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