| 233 | } |
| 234 | |
| 235 | LPCWSTR MFileLog::GetLogFileName() |
| 236 | { |
| 237 | if (!this) |
| 238 | return L"<nullptr>"; |
| 239 | |
| 240 | return (filePathName_ ? filePathName_ : L"<NullFileName>"); |
| 241 | } |
| 242 | |
| 243 | void MFileLog::LogString(LPCSTR asText, bool abWriteTime /*= true*/, LPCSTR asThreadName /*= nullptr*/, bool abNewLine /*= true*/, UINT anCP /*= CP_ACP*/) |
| 244 | { |
no outgoing calls
no test coverage detected