dotfiles/vscode/.vscode/extensions/randomfractalsinc.vscode-data-preview-2.3.0/node_modules/noop-logger/lib/index.js
Errol Sancaktar ff17c17e23 vscode
2024-06-14 09:31:58 -06:00

26 lines
259 B
JavaScript

/**
* Methods.
*/
var methods = [
'debug',
'info',
'warn',
'error',
'critical',
'alert',
'emergency',
'notice',
'verbose',
'fatal'
];
/**
* Expose methods.
*/
methods.forEach(function(method){
exports[method] = function(){};
});