xlogger
Version:
Node.js simple logger
19 lines (15 loc) • 503 B
JavaScript
/* ================================================================
* xlogger by xdf(xudafeng[at]126.com)
*
* first created at : Sun Mar 06 2016 19:11:41 GMT+0800 (CST)
*
* ================================================================
* Copyright xdf
*
* Licensed under the MIT License
* You may not use this file except in compliance with the License.
*
* ================================================================ */
;
var _ = require('xutil');
module.exports = _;