Feat: Add Milliseconds to log time - #9113
Merged
Merged
Conversation
sithlord48
force-pushed
the
loggerUnused
branch
from
November 4, 2025 02:52
7c26627 to
cfde17e
Compare
sithlord48
force-pushed
the
loggerUnused
branch
6 times, most recently
from
November 4, 2025 04:11
d43724a to
47d6ba5
Compare
nbolton
reviewed
Nov 4, 2025
nbolton
previously approved these changes
Nov 4, 2025
…by using QDateTime object
sithlord48
force-pushed
the
loggerUnused
branch
from
November 4, 2025 11:08
7aea975 to
358afa5
Compare
sithlord48
enabled auto-merge (rebase)
November 4, 2025 14:02
nbolton
approved these changes
Nov 4, 2025
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Modifiers the
LoggerLogger:m_verboseand related methodLogger::m_debugusing when in debug modeLogger::instancereturn a pointer to the logger static objectLogger::PrintLineuse less streams and use the one we need directlyRemove unused
MainWindow::getTimeStampModify the
LogLog::makeMessagesuseQDateTimeto get current TimeFeat: Show milliseconds in time values (fixes Add millis to log lines for tracking down bugs between client/server #7861)
LoggerandLogto useQt::IsoDateWithMsfor the time format