Skip to content

Instantly share code, notes, and snippets.

@ephbaum
Last active August 29, 2015 14:12
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 ephbaum/309ce10c1876a89605db to your computer and use it in GitHub Desktop.
Save ephbaum/309ce10c1876a89605db to your computer and use it in GitHub Desktop.
Po' Man's Logger
;/* @po_mans_logger CurrentlyExecutingMethodName */; console.log( 'CurrentlyExecutingMethodName Scope' ); console.dir( { $parent: $parent, this: this } );/* @todo Remove - C'mon, you're better than this. */;
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment