Hi there,
I'm using simple-node-logger for a utility that works with thousands of files.
It looks like the log is only written after the final function exits.
Is it possible write to stdout/file directly, e.g. log.infoSync() analog to fs.*Sync?
Thanx in advance,
Volker
Hi there,
I'm using simple-node-logger for a utility that works with thousands of files.
It looks like the log is only written after the final function exits.
Is it possible write to stdout/file directly, e.g.
log.infoSync()analog tofs.*Sync?Thanx in advance,
Volker