createTree
fun createTree(context: Context, entryMaxAge: Duration? = null, keepLatest: Long? = null, includeStackTraces: Boolean = true, filter: Shed.LogFilter = LogFilter { _, _, _, _ -> false }, scope: CoroutineScope = CoroutineScope(EmptyCoroutineContext)): Timber.Tree
Returns a new tree which performs no logging.
All parameters are unused and only exist for API parity.