Skip to content

Instantly share code, notes, and snippets.

View TehCupcakes's full-sized avatar

Michael Kirkpatrick TehCupcakes

  • Lakeland, FL (USA)
View GitHub Profile
@Cosrnos
Cosrnos / Lynx.Logger.js
Created August 3, 2014 00:33
I may have gone a little overboard with the logger...
/* Lynx Logger
* A powerful logging library
* Deps: underscorejs
*
* Created by Cosrnos
*/
(function() {
var _defaultLog = console.log.bind(console);
var logTypeArray = [];