MCPcopy Create free account
hub / github.com/ConEmu/ConEmu / GetLogFileName

Method GetLogFileName

src/common/MFileLog.cpp:235–241  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

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

Callers 4

UpdateLogLocationMethod · 0.80
CreateLogMethod · 0.80
CreateLogFilesMethod · 0.80
CreateLogSizeFileFunction · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected