Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/alibaba/PhotonLibOS
/ log_error
Function
log_error
thread/std-compat.cpp:28–30 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
26
27
template<typename FMT, typename...Ts>
28
static inline void log_error(FMT fmt, Ts&& ...xs) {
29
LOG_ERROR(fmt, std::forward<Ts>(xs)...);
30
}
31
32
namespace photon_std {
33
Callers
2
work_pool_init
Function · 0.85
work_pool_fini
Function · 0.85
Calls
no outgoing calls
Tested by
no test coverage detected