| 33 | } |
| 34 | |
| 35 | void Debug::LogDeferredFinalize() |
| 36 | { |
| 37 | Log("%s", DeferredStringBuffer); |
| 38 | CurrentBufferSize = 0; |
| 39 | } |
| 40 | |
| 41 | void Debug::LogAndMessage(const char* pFormat, ...) |
| 42 | { |
nothing calls this directly
no outgoing calls
no test coverage detected