Skip to content

Commit 52cd138

Browse files
authored
Update zenoh-jni-runtime/src/jvmMain/kotlin/io/zenoh/ZenohLoad.kt
1 parent 35f6a05 commit 52cd138

1 file changed

Lines changed: 2 additions & 1 deletion

File tree

zenoh-jni-runtime/src/jvmMain/kotlin/io/zenoh/ZenohLoad.kt

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,8 @@ import java.io.InputStream
2121
import java.util.zip.ZipInputStream
2222

2323
/**
24-
* Static singleton class to load the Zenoh native library once and only once.
24+
* Static singleton class to load the Zenoh native library once and only once, as well as the logger in function of the
25+
* log level configuration.
2526
*/
2627
public actual object ZenohLoad {
2728
private const val ZENOH_LIB_NAME = "zenoh_jni"

0 commit comments

Comments
 (0)