monolog
Version:
Log with Monolog
21 lines (13 loc) • 420 B
JavaScript
// Generated by CoffeeScript 1.6.3
;
var FormatterInterface;
FormatterInterface = (function() {
function FormatterInterface() {}
FormatterInterface.prototype.format = function(record) {};
FormatterInterface.prototype.formatBatch = function(records) {};
return FormatterInterface;
})();
module.exports = FormatterInterface;
/*
//@ sourceMappingURL=FormatterInterface.map
*/