Skip to content

Change the way MGR.CommandLineParser logs informations to the user

Matthias GROSPERRIN edited this page Oct 24, 2015 · 1 revision

MGR.CommandLineParser logs informations about the parsing to the user via MGR.CommandLineParser.IConsole methods. The default implementation (MGR.CommandLineParser.DefaultConsole) uses System.Console to write to the console.

To register your own implementation, see the dependency resolver.

Clone this wiki locally