feat: add some info and app logging messages
This commit is contained in:
@ -28,7 +28,7 @@ protected:
|
||||
0,
|
||||
static_cast<uint8_t>(m_ChatChannel),
|
||||
L"",
|
||||
GetCurrentDateTime() + logEntry
|
||||
logEntry
|
||||
}
|
||||
}
|
||||
);
|
||||
|
@ -14,6 +14,6 @@ public:
|
||||
protected:
|
||||
void DoSendToChannel(const std::wstring& logEntry) override
|
||||
{
|
||||
OutputDebugStringW((GetCurrentDateTime() + logEntry).c_str());
|
||||
OutputDebugStringW(logEntry.c_str());
|
||||
}
|
||||
};
|
Reference in New Issue
Block a user