elite-dangerous-journal-server icon indicating copy to clipboard operation
elite-dangerous-journal-server copied to clipboard

Convert console.log() calls

Open ericrallen opened this issue 7 years ago • 0 comments

Instead of using console.log() we should call a createLog() method that will use an EventEmitter as well as console.log()ing the message.

This should facilitate having applications built around this that would like to display or use the server logging.

ericrallen avatar Oct 17 '17 00:10 ericrallen