MCPcopy Create free account
hub / github.com/appdevforall/CodeOnTheGo / slf4j_log_callback

Function slf4j_log_callback

llama-impl/src/main/cpp/llama-android.cpp:219–221  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

217}
218
219static void slf4j_log_callback(ggml_log_level level, const char *fmt, void *data) {
220 log_to_kotlin_bridge(level, fmt);
221}
222
223JNIEXPORT jint JNICALL JNI_OnLoad(JavaVM *vm, void *reserved) {
224 g_jvm = vm;

Callers

nothing calls this directly

Calls 1

log_to_kotlin_bridgeFunction · 0.85

Tested by

no test coverage detected