Initial commit
This commit is contained in:
7
src/common/log/noopLogger.js
Normal file
7
src/common/log/noopLogger.js
Normal file
@ -0,0 +1,7 @@
|
||||
function NoopLogger() {
|
||||
}
|
||||
NoopLogger.prototype.error = function() {};
|
||||
NoopLogger.prototype.debug = function() {};
|
||||
NoopLogger.prototype.info = function() {};
|
||||
|
||||
module.exports = NoopLogger;
|
Reference in New Issue
Block a user