log4js-node-extend icon indicating copy to clipboard operation
log4js-node-extend copied to clipboard

log4js + line number

Results 1 log4js-node-extend issues
Sort by recently updated
recently updated
newest added
trafficstars

There is a way to configure where the extended text will be placed in log message? This: ```javascript log4js_extend(log4js, { path: __dirname, format: "at @name (@file:@line:@column)" }) log4js.configure({ appenders: {...

question