Skip to content
Robert B Colton edited this page Aug 12, 2016 · 1 revision

Screenshot

Much like the output tool window from Visual Studio.

Provides

  • IOutput tool window

NuGet package

Dependencies

  • None

Usage

var output = IoC.Get<IOutput>();
output.AppendLine("Started up");
Clone this wiki locally