Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/PABannier/bark.cpp
/ set_logger
Method
set_logger
examples/server/httplib.h:8030–8032 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
8028
#endif
8029
8030
inline void ClientImpl::set_logger(Logger logger) {
8031
logger_ = std::move(logger);
8032
}
8033
8034
/*
8035
* SSL Implementation
Callers
nothing calls this directly
Calls
no outgoing calls
Tested by
no test coverage detected