Two things we want from a correctly configured Scribe logger:
- It only writes to stderr (on all platforms), because otherwise it screws up the jsonrpc protocol
- On Node.js, it uses ANSI colours where appropriate
Ideally we want to provide a def logger in LangoustineApp and all of its variants (so IO-based in LangoustineApp, unsafe in LangoustineApp.FromFuture) which is already pre-configured for the platform