We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 35f6a05 commit 52cd138Copy full SHA for 52cd138
1 file changed
zenoh-jni-runtime/src/jvmMain/kotlin/io/zenoh/ZenohLoad.kt
@@ -21,7 +21,8 @@ import java.io.InputStream
21
import java.util.zip.ZipInputStream
22
23
/**
24
- * Static singleton class to load the Zenoh native library once and only once.
+ * 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.
26
*/
27
public actual object ZenohLoad {
28
private const val ZENOH_LIB_NAME = "zenoh_jni"
0 commit comments