mozilla / mentat

UNMAINTAINED A persistent, relational store inspired by Datomic and DataScript.
https://mozilla.github.io/mentat/
Apache License 2.0
1.65k stars 115 forks source link

Cross Platform Logging Solution #615

Open fluffyemily opened 6 years ago

fluffyemily commented 6 years ago

There are plenty of platform specific logging crates out there, but we want to log once and have it use the correct logging for all of our target platforms.

This issue tracks investigations into discovering existing crates that allow us to do this, or wrapping existing logging crates for Android, iOS, C++ and JS into a single crate that does platform detection.