treelite
|
C API of treelite (this file is used by both runtime and main package) More...
Go to the source code of this file.
Functions | |
int | TreeliteRegisterLogCallback (void(*callback)(const char *)) |
register callback function for LOG(INFO) messages – helpful messages that are not errors. Note: this function can be called by multiple threads. The callback function will run on the thread that registered it More... | |
C API of treelite (this file is used by both runtime and main package)
Copyright (c) 2017 by Contributors
Definition in file c_api_common.cc.
int TreeliteRegisterLogCallback | ( | void(*)(const char *) | callback | ) |
register callback function for LOG(INFO) messages – helpful messages that are not errors. Note: this function can be called by multiple threads. The callback function will run on the thread that registered it
Definition at line 14 of file c_api_common.cc.