Skip to content

Instantly share code, notes, and snippets.

@tomasbaran
Last active October 19, 2023 21:49
Show Gist options
  • Save tomasbaran/775d6ed5523f6c7c7c669cc5a757b118 to your computer and use it in GitHub Desktop.
Save tomasbaran/775d6ed5523f6c7c7c669cc5a757b118 to your computer and use it in GitHub Desktop.
Colorize Debug Console Logs
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