MCPcopy Create free account
hub / github.com/AppleWin/AppleWin / LogFileOutput

Function LogFileOutput

source/Log.cpp:103–114  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

101//---------------------------------------------------------------------------
102
103void LogFileOutput(const char* format, ...)
104{
105 if (!g_fh)
106 return;
107
108 va_list args;
109 va_start(args, format);
110
111 vfprintf(g_fh, format, args);
112
113 va_end(args);
114}

Callers 15

DSInitMethod · 0.85
InitMethod · 0.85
Snapshot_LoadStateFunction · 0.85
Snapshot_SaveStateFunction · 0.85
AllocMemImageFunction · 0.85
MemInitializeROMFunction · 0.85
LoadConfigurationFunction · 0.85
InsertFloppyDisksFunction · 0.85
InsertHardDisksFunction · 0.85
ResetMachineStateFunction · 0.85
ControlStepperMethod · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected