simc / logger

Small, easy to use and extensible logger which prints beautiful logs.
https://pub.dev/packages/logger
MIT License
1.07k stars 129 forks source link

Why not support RGBColor ? #121

Closed FirePrayer closed 2 years ago

FirePrayer commented 2 years ago

such as '${ansiEsc}38;2;${fR};${fG};${fB}m'

haarts commented 2 years ago

At some point, I investigated an alternative (I believe it was this one: https://pub.dev/documentation/io/latest/ansi/ansi-library.html) but I decided against it because I believed that the additional dependency didn't merit it.