towergame / yatsl

Yet Another TypeScript Logger
https://www.npmjs.com/package/yatsl
MIT License
3 stars 2 forks source link

Add the ability to update last line instead of writing a new one #24

Open towergame opened 2 years ago

towergame commented 2 years ago

Add a logging method that allows to overwrite the last line instead of logging a new one, which would be improve readability for programs which provide progress on its current processing in the terminal.