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

Colors is not working for me #74

Open mohadel92 opened 3 years ago

mohadel92 commented 3 years ago

hi i am using Vscode Version: 1.51.1 on macos 10.14.6

the logger doesn't give me the same colors as mentioned in the pub.dev i don't know why Screen-Shot-2020-11-26-at-1-54-12-PM
upload image to website

any help with this issue

DevNico commented 3 years ago

You may want to take a look at #2

mohadel92 commented 3 years ago

i followed some users suggestion with no improvement

haarts commented 3 years ago

The vscode terminal does not support ANSI escape sequences. So I don't expect colors to work on the terminal there.

The only thing I would expect to see it some of these weird escape codes which I don't see in your screenshot. Do you see them?