Projekt

Obecné

Profil

Stáhnout (142 Bajtů) Statistiky
| Větev: | Revize:
1 3a515b92 cagy
"use strict";
2
/* jshint node:true */
3
var MyCustomLogger = (function() {
4
    // @include ../lib/loglevel.js
5
    return this.log;
6
}).apply({});