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