mirror of
https://github.com/wu736139669/Monkey-Test.git
synced 2026-08-06 06:14:53 +00:00
7 lines
142 B
JavaScript
7 lines
142 B
JavaScript
"use strict";
|
|
/* jshint node:true */
|
|
var MyCustomLogger = (function() {
|
|
// @include ../lib/loglevel.js
|
|
return this.log;
|
|
}).apply({});
|