shockbytes / DanteX

Dante - Book Tracker Cross Platform Implementation
Apache License 2.0
29 stars 1 forks source link

Issue 67: Add logging facility #72

Closed shockbytes closed 1 year ago

shockbytes commented 1 year ago

Overview

Configure a logger that can be used to log, well, logs. The logger is configured to only log error events to Firebase, in production mode. For development mode, everything is put into the console.

Furthermore, this PR adds two small UI fixes.

Screenshots

Debug logging Production logging
Bildschirmfoto 2023-10-18 um 21 43 44 Bildschirmfoto 2023-10-18 um 21 43 22
Adjusted UserAvatar Replaced Google Logo
Simulator Screenshot - iPhone 14 Pro - 2023-10-18 at 21 49 20 Simulator Screenshot - iPhone 14 Pro - 2023-10-18 at 21 53 14
shockbytes commented 1 year ago

@lockieRichter please take another look at this.