elite-dangerous-journal-server
elite-dangerous-journal-server copied to clipboard
Convert console.log() calls
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.