UNPKG

android-sex-size

Version:

a nodejs cli tool for android screen adaptation

28 lines (20 loc) 473 B
// Generated by CoffeeScript 1.12.6 (function() { var DEBUG, Logger; DEBUG = true; module.exports = Logger = (function() { function Logger() {} Logger.debug = function(message) { var jsonstr; if (!DEBUG) { return; } jsonstr = JSON.stringify(msg, null, 2); return console.log(jsonstr); }; Logger.info = function(message) { return console.log(message); }; return Logger; })(); }).call(this);