Kaito Kitaya
11/25/2024, 10:32 AMprintln()
function directly.
Thank you very much 😄
https://github.com/Kate941-su/mploggerMichael Paus
11/25/2024, 11:01 AMKaito Kitaya
11/25/2024, 11:19 AMTimber
library (not much features as Timber
).
For example of the below.
Timber.tag("tag").d("%s", "arg0", "arg1") // Timber
MPLog.tag("Hello").v("World")// mplogger
And it can bring Tag
notion in Android Logcat to Xcode Console. I thought this is helpful.Stefan Oltmann
11/25/2024, 7:19 PMStefan Oltmann
11/25/2024, 7:21 PMKaito Kitaya
11/26/2024, 8:00 AMStefan Oltmann
11/26/2024, 8:14 AMStefan Oltmann
11/26/2024, 8:18 AM