spierce7
01/17/2021, 5:14 AMTimber
is that you could swap out the actual logging implementation so that you could route all logs into something like Crashlytics.aleksey.tomin
01/17/2021, 5:17 AMjw
01/17/2021, 5:23 AMedenman
01/17/2021, 5:30 AMexpect object Timber {
fun e(message: String)
fun e(t: Throwable, message: String)
fun w(message: String)
fun w(t: Throwable, message: String)
fun d(message: String)
fun v(message: String)
}
jw
01/17/2021, 5:31 AMconsole and NSLog what the fuck Slack you had one job...
alex009
01/17/2021, 6:50 AMaleksey.tomin
01/17/2021, 7:00 AMJohn O'Reilly
01/17/2021, 8:39 AMReed Ellsworth
02/02/2021, 5:11 AM