tilt-dev / tilt-extensions

Extensions for Tilt
https://tilt.dev/
Apache License 2.0
200 stars 156 forks source link

logger: add logger extension #581

Closed gebinic closed 3 months ago

gebinic commented 3 months ago

For larger tilt projects with a lot of print function usages, it might be useful to have a more readable and colorful text output in the tilt ui. This approach makes things like debugging much easier. This logger is inspired by the Maven logger.