C# Class DocFxTocGenerator.Helpers.MessageHelper

Helper methods to write messages to the console.
Exibir arquivo Open project: Ellerbach/docfx-companion-tools

Public Methods

Method Description
MessageHelper ( CommandlineOptions options ) : System

Initializes a new instance of the MessageHelper class.

Verbose ( string message ) : void

Helper method for verbose messages.

Private Methods

Method Description
Error ( string message ) : void
Warning ( string message ) : void

Method Details

MessageHelper() public method

Initializes a new instance of the MessageHelper class.
public MessageHelper ( CommandlineOptions options ) : System
options CommandlineOptions Command line options.
return System

Verbose() public method

Helper method for verbose messages.
public Verbose ( string message ) : void
message string Message to show in verbose mode.
return void