MCPcopy Create free account
hub / github.com/acl-dev/acl / log_open

Function log_open

android/samples/fiber/http/src/main/cpp/log.cpp:46–52  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

44}
45
46void log_open(void) {
47 acl_msg_register(open_callback, NULL, write_callback, NULL);
48 acl_msg_open("dummy.txt", "dummy");
49 logger("acl lib init ok!");
50
51 acl_fiber_msg_register(fiber_logger_callback, NULL);
52}

Calls 3

acl_msg_registerFunction · 0.85
acl_msg_openFunction · 0.85
acl_fiber_msg_registerFunction · 0.85

Tested by

no test coverage detected

Used in the wild real call sites across dependent graphs

searching dependent graphs…