MCPcopy Create free account
hub / github.com/beefytech/Beef / BFGCLogWrite

Function BFGCLogWrite

BeefRT/dbg/gc.cpp:441–444  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

439GCLog gGCLog;
440
441void BFGCLogWrite()
442{
443 gGCLog.Write();
444}
445
446#define BFLOG(cmd) gGCLog.Log(cmd)
447#define BFLOG1(cmd, param1) gGCLog.Log(cmd, param1)

Callers 1

ReportMethod · 0.85

Calls 1

WriteMethod · 0.45

Tested by

no test coverage detected