Lumberjack
The plugin-lumberjack provides a seemless integration of my Lumberjack library.
Add following to the drawer to add a lumberjack region to it.
@Composable
fun DebugDrawerLumberjack(
    drawerState: DebugDrawerState,
    setup: IFileLoggingSetup,
    mailReceiver: String,
    image: @Composable (() -> Unit)? = { Icon(Icons.Default.Description, null) },
    label: String = "Logging",
    id: String = label,
    collapsible: Boolean = true,
    content: @Composable ColumnScope.() -> Unit = {}
)
| Lumberjack Plugin | 
|---|
![]()  |  
