barry-jones / live-documenter

.NET documentation generator and live reader. Generate documentation from .NET code and xml comments, fast, quick and easy.
https://livedocumenter.barryjones.me.uk
MIT License
71 stars 4 forks source link

command line output in verbose mode should be standard #13

Closed barry-jones closed 5 years ago

barry-jones commented 5 years ago

Currently, very little information is provided from the console application. This should be increased to include all details currently in verbose mode. Verbose should include a lot more detail or be removed.

The current default output looks like this:

Exporting with web-msdn.ldec to location c:\temp\web\.
  NameCriterion regexString(^([^\.]+|.*\.[^\\\.]*)$)

Exporting with htmlhelp1-msdn.ldec to location c:\temp\htmlhelp-1\.
  NameCriterion regexString(^([^\.]+|.*\.[^\\\.]*)$)

Exporting with htmlhelp2-msdn.ldec to location c:\temp\htmlhelp-2\.
[err] Could not locate the HTML Help 2.0 compiler 'hxcomp.exe'. Please check it is installed correctly.

Exporting with helpviewer1-msdn.ldec to location c:\temp\helpviewer-1\.
  NameCriterion regexString(^([^\.]+|.*\.[^\\\.]*)$)

Exporting with xml.ldec to location c:\temp\xml\.

Versus the verbose output, which updates user that stuff is happening and and at what point in the process it is.

Live Documenter Exporter Version: 2.0.4.0

Details:
  Visible members: (Public|Protected|Internal|InternalProtected|Private)
  theboxsoftware.reflection.dll contains 2443 members and types.

Exporting with web-msdn.ldec to location c:\temp\web\.
The export began at 06/01/2019 15:57:19.
Export started
  Export as XML...
  Saving output files...
  NameCriterion regexString(^([^\.]+|.*\.[^\\\.]*)$)
  Transforming XML...
  Cleaning up
The export completed at 06/01/2019 15:57:41, taking 00:00:21.4907696.

Exporting with htmlhelp1-msdn.ldec to location c:\temp\htmlhelp-1\.
The export began at 06/01/2019 15:57:41.
Export started
  Export as XML...
  Saving output files...
  NameCriterion regexString(^([^\.]+|.*\.[^\\\.]*)$)
  Transforming XML...
  Compiling help...
  Publishing help...
  Cleaning up
The export completed at 06/01/2019 15:58:04, taking 00:00:23.0854660.

Exporting with htmlhelp2-msdn.ldec to location c:\temp\htmlhelp-2\.
[err] Could not locate the HTML Help 2.0 compiler 'hxcomp.exe'. Please check it is installed correctly.

Exporting with helpviewer1-msdn.ldec to location c:\temp\helpviewer-1\.
The export began at 06/01/2019 15:58:04.
Export started
  Export as XML...
  Saving output files...
  NameCriterion regexString(^([^\.]+|.*\.[^\\\.]*)$)
  Transforming XML...
  Compiling help...
  Publishing help...
  Cleaning up
The export completed at 06/01/2019 15:58:28, taking 00:00:24.7607731.

Exporting with xml.ldec to location c:\temp\xml\.
The export began at 06/01/2019 15:58:28.
Export started
  Export as XML...
  Saving output files...
  Publishing XML files...
  Cleaning up
The export completed at 06/01/2019 15:58:43, taking 00:00:14.2420005.
barry-jones commented 5 years ago

Resolved by bbf74e5ed98ba8f94ac763c1dd24333dc6401334