MCPcopy Create free account
hub / github.com/baidu/babylon / run_once_spdlog

Function run_once_spdlog

example/use-async-logger/example.cpp:115–117  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

113}
114
115void run_once_spdlog(size_t round) {
116 SPDLOG_INFO("round {} payload {}", round, payload);
117}
118
119void run_loop() {
120 ::bvar::LatencyRecorder latency {"test-" + FLAGS_mode};

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected