j-maly / CommandLineParser

Command line parser. Declarative arguments support. Rich set of argument types (switches, enums, files, etc...). Mutually exclusive arguments validations.
MIT License
137 stars 30 forks source link

ILogger support #82

Open askids opened 2 years ago

askids commented 2 years ago

Replace console.Write logging with ILogger using Microsoft logging extensions.

askids commented 2 years ago

https://github.com/j-maly/CommandLineParser/issues/76 - related to this question.

askids commented 2 years ago

Can you please take look at my comments? Replied to all individual comments. Please check.