mirror of
https://github.com/wishthis/wishthis.git
synced 2026-01-01 03:38:24 -05:00
8 lines
111 B
JavaScript
8 lines
111 B
JavaScript
'use strict';
|
|
|
|
var getLogger = require('glogg');
|
|
|
|
var logger = getLogger('gulplog');
|
|
|
|
module.exports = logger;
|