We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent f46a954 commit 261302eCopy full SHA for 261302e
1 file changed
src/AppInstallerSharedLib/Public/AppInstallerLogging.h
@@ -103,7 +103,7 @@ namespace AppInstaller::Logging
103
{
104
// Default WinGet format: "<timestamp> <level> [channel] message"
105
WinGet,
106
- // CCM/CMTrace-compatible format: <![LOG[message]LOG]!><time="HH:mm:ss.fff+###" date="MM-dd-YYYY" component="channel" context="" type="N" thread="TID" file="">
+ // CCM/CMTrace-compatible format: "<![LOG[message]LOG]!><time="<time>" date="<date>" component="<channel>" context="" type="N" thread="<id>" file="">"
107
CCM,
108
};
109
0 commit comments