Output module - tgjones/gemini GitHub Wiki
Much like the output tool window from Visual Studio.
-
IOutput
tool window
- None
var output = IoC.Get<IOutput>();
output.AppendLine("Started up");
Much like the output tool window from Visual Studio.
IOutput
tool windowvar output = IoC.Get<IOutput>();
output.AppendLine("Started up");