Files
AndroidJetpack/ComposeDebugDrawer/documentation/docs/plugins/lumberjack.md
T
coco 723ce1af5c a
2026-07-03 15:12:48 +08:00

949 B

icon
icon
material/puzzle

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
Device Module