vinivendra / Gryphon

The Swift to Kotlin translator.
https://vinivendra.github.io/Gryphon/
Other
606 stars 46 forks source link

Improve verbose logging #42

Closed vinivendra closed 4 years ago

vinivendra commented 4 years ago

Is your feature request related to a problem? Please describe. It can be hard to help users diagnose their problems without some idea of what the program did (or was doing) when the problem happened. Better progress logging could make this easier, even if hidden behind the --verbose flag.

Describe the solution you'd like The improved logging should say what Gryphon is doing at any given time, so that if it crashes we know what it did before and what it was doing then. It should have a decent level of granularity, enough to be useful but not to much so it isn't confusing.

Describe alternatives you've considered None.

Additional context None.