MCPcopy Create free account
hub / github.com/cinit/WSAPatch / logBuffer

Method logBuffer

Log.h:54–60  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

52 }
53
54 static void logBuffer(Level level, const WCHAR *tag, const WCHAR *msg) {
55 LogHandler h = mHandler;
56 if (h == nullptr) {
57 return;
58 }
59 h(level, tag, msg);
60 }
61
62 static inline LogHandler getLogHandler() noexcept {
63 return mHandler;

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected