pyecore/setuptools-pyecore

Add verbosity user option

Closed this issue · 1 comments

A user option to configure the verbosity of the PyEcoreGenerator should also be provided in setuptools-pyecore. There exist three levels:

  • warning
  • info
  • debug

The user should be able to pass this levels in a setup.cfg and on the command line.

For the configuration of the verbosity the user should use the global verbose and quiet options part of setuptools. No command specific verbose option will be introduced.