Closed alorma closed 1 year ago
This PR adds the option on Rebugger call to use a different logger method.
Rebugger
By default it keeps using the Log with "Rebugger" tag, but allows usage of this library to supply their own logger method
Log
"Rebugger"
Rebugger( trackMap = mapOf( "car" to car, "bike" to bike, ), logger = { message -> Timber.tag("AppTag").d(message) }, )
Closes #5
This PR adds the option on
Rebugger
call to use a different logger method.By default it keeps using the
Log
with"Rebugger"
tag, but allows usage of this library to supply their own logger methodCloses #5