starak / node-console-stamp

Patch NodeJS console methods in order to add timestamp information by pattern
MIT License
170 stars 19 forks source link

Using both console and log file #68

Open fAntMP opened 3 months ago

fAntMP commented 3 months ago

Is it possible to have it print both to the console and save to a log file with timestamps?

starak commented 3 months ago

Hi @fAntMP! Not at the moment, but it would be easy to add as a feature. I'll have a look at it.

fAntMP commented 3 months ago

Sounds great! Thank you!