[Shadow] Replace Logger with Console class in LunrCliParser

Review Request #239 — Created Nov. 12, 2013 and submitted

pprkut
Lunr
master
lunr
Using the logger in the LunrCliParser class results in a recursive loop in the service locator (LunrCliParser -> Logger -> CliRequest -> LunrCliParser).
Switch reporting command line parsing errors to the console class (they are not really log worthy anyway) to avoid that loop.
Unit tests
dinos
  1. Ship It!
  2. 
      
pprkut
Review request changed

Status: Closed (submitted)

Change Summary:

Merged into master
Loading...