DebugDrawerLumberjack
fun DebugDrawerLumberjack(drawerState: DebugDrawerState, setup: IFileLoggingSetup, mailReceiver: String, mailSubject: String = "Debug Drawer", image: @Composable () -> Unit? = { Icon(Icons.Default.Description, null) }, label: String = "Logging", id: String = label, collapsible: Boolean = true, content: @Composable ColumnScope.() -> Unit = {})