Skip to content

Instantly share code, notes, and snippets.

View dlong500's full-sized avatar

Davison Long dlong500

  • Next Generation Technologies
  • Richmond, VA
View GitHub Profile
@robatron
robatron / javascript-log-wrapping.md
Last active February 6, 2024 06:49
Wrapping `console.log` (et al.) in your own function to modify logging behavior.

JavaScript Log Wrapping

Wrapping console.log (et al.) in your own function to modify logging behavior.

Why?

You may want a simple way to: