| 113 | } |
| 114 | |
| 115 | static void logger_debugger(const char *line) |
| 116 | { |
| 117 | #if defined(CONF_FAMILY_WINDOWS) |
| 118 | OutputDebugString(line); |
| 119 | OutputDebugString("\n"); |
| 120 | #endif |
| 121 | } |
| 122 | |
| 123 | |
| 124 | static IOHANDLE logfile = 0; |
nothing calls this directly
no outgoing calls
no test coverage detected