Implementing client side logger with console.log capabilities
in order to extend console.log
in the browser with a few extras (like a timestamp and loglevel) I came up with the following implementation:
in order to extend console.log
in the browser with a few extras (like a timestamp and loglevel) I came up with the following implementation: