Last active
October 19, 2023 21:49
-
-
Save tomasbaran/775d6ed5523f6c7c7c669cc5a757b118 to your computer and use it in GitHub Desktop.
Colorize Debug Console Logs
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Reset: \x1B[0m | |
Cursive: \x1B[3m // new data from db | |
Black: \x1B[30m | |
Red: \x1B[31m // errors | |
Green: \x1B[32m // manager/controller | |
Yellow: \x1B[33m // db data | |
Blue: \x1B[34m // flutter | |
Magenta: \x1B[35m | |
Cyan: \x1B[36m | |
White: \x1B[37m // local helper functions | |
Default: \x1B[39m | |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment