Open
Description
In Chrome you can use "Show timestamps" to see timestamps next to your log messages. Unfortunately, this does not work in Node.js. Therefore we should add an option to automatically print timestamps together with the log message.
Proposal
const logdown = require('logdown')
const logger = logdown('MyLogger', { markdown: false, timestamp: true })
logger.log('Hello, World!')
Proposed Output
[2017-03-13 12:15:03.137] MyLogger Hello, World!
Metadata
Metadata
Assignees
Labels
No labels