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

Method setLogHandler

Log.h:66–68  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

64 }
65
66 static inline void setLogHandler(LogHandler h) noexcept {
67 mHandler = h;
68 }
69
70 static constexpr const WCHAR *levelName(Level level) noexcept {
71 switch (level) {

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected