Dart messages should be logged through the new logging callback recently added to the embedder APIs as suggested by #105.
The current plan:
- When running in release mode, only Dart messages are logged to dlog.
- When running in debug mode, Dart messages and all stdout/stderr messages are logged to dlog.