Not exactly a Woo app issue, but this is the best place to track this for now.
219 added WooLog, which is a simpler version of the AppLog from the utils library. A better long-term solution would be to refactor AppLog to be a configurable object that exists per-component (FluxC, the Woo app, the login library), with perhaps a static wrapper to keep the current use pattern. We'd also want to somehow join these together and sort chronologically for a future application log screen.
Not exactly a Woo app issue, but this is the best place to track this for now.
219 added
WooLog
, which is a simpler version of theAppLog
from the utils library. A better long-term solution would be to refactorAppLog
to be a configurable object that exists per-component (FluxC, the Woo app, the login library), with perhaps a static wrapper to keep the current use pattern. We'd also want to somehow join these together and sort chronologically for a future application log screen.Some more background: https://github.com/woocommerce/woocommerce-android/pull/219#issue-191000326 Original issue this one spins off from: #117