We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
LoggingBuilder
1 parent c651c01 commit 5a18b87Copy full SHA for 5a18b87
1 file changed
core/src/commonMain/kotlin/logs/Logging.kt
@@ -3,7 +3,7 @@ package com.juul.kable.logs
3
import com.benasher44.uuid.Uuid
4
import com.juul.kable.ObsoleteKableApi
5
6
-internal typealias LoggingBuilder = Logging.() -> Unit
+public typealias LoggingBuilder = Logging.() -> Unit
7
8
public class Logging {
9
0 commit comments