#[no_mangle]
pub unsafe extern "C" fn Java_io_projectliberty_graphsdk_LibraryTest_log(
env: JNIEnv<'_>,
_class: JClass<'_>,
level: jint,
message: JString<'_>
)
Expand description
Function mainly just for testing the Java side of this implementation. Can be called in production code, but there’s really no reason to.