MCPcopy Create free account
hub / github.com/dhewm/dhewm3 / Log

Method Log

neo/framework/DemoFile.cpp:146–150  ·  view source on GitHub ↗

================ idDemoFile::Log ================ */

Source from the content-addressed store, hash-verified

144================
145*/
146void idDemoFile::Log(const char *p) {
147 if ( fLog && p && *p ) {
148 fLog->Write( p, strlen(p) );
149 }
150}
151
152/*
153================

Callers

nothing calls this directly

Calls 1

WriteMethod · 0.45

Tested by

no test coverage detected