std::string library_name()
Get the name of the library.
std::string library_version()
Get the version of the library.
void library_init(LogFuncType log_func)
Initialize the library.
Defines the log level and log function type.
std::function< void(loglevel, const std::string &)> LogFuncType
The type of log function.
Definition logtype.h:49