Skip to content

Instantly share code, notes, and snippets.

@FernandoCelmer
Created December 27, 2020 04:16
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save FernandoCelmer/0c2a648d1924d48e5283a64e3da9c62c to your computer and use it in GitHub Desktop.
Save FernandoCelmer/0c2a648d1924d48e5283a64e3da9c62c to your computer and use it in GitHub Desktop.
import inspect
def console_log(**args):
print ('---------------- ' + inspect.stack()[1][3] + ' ----------------')
print(args if args else '')
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment