MCPcopy 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
27template<typename FMT, typename...Ts>
28static inline void log_error(FMT fmt, Ts&& ...xs) {
29 LOG_ERROR(fmt, std::forward<Ts>(xs)...);
30}
31
32namespace photon_std {
33

Callers 2

work_pool_initFunction · 0.85
work_pool_finiFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected