Skip to content

Instantly share code, notes, and snippets.

View m0wfo's full-sized avatar

Chris Mowforth m0wfo

  • Planet Earth
View GitHub Profile
///
/// Parse + Logentries integration- based on this gist: https://gist.github.com/rogernolan/95ea615164e343b3bc54
/// proof-of-concept; might have the odd typo
///
var DEBUG = false;
var logger = (function(){
// Rely on Parse.com using node module caching to not duplicate this stuff.