We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 99f48ae commit b057bb7Copy full SHA for b057bb7
src/PowerShellEditorServices/Utility/FileLogger.cs
@@ -82,7 +82,7 @@ public void Write(
82
// Print the timestamp and log level
83
this.textWriter.WriteLine(
84
"{0} [{1}] - Method \"{2}\" at line {3} of {4}\r\n",
85
- DateTime.Now,
+ DateTime.Now.ToString("yyyy-MM-dd HH:mm:ss"),
86
logLevel.ToString().ToUpper(),
87
callerName,
88
callerLineNumber,
0 commit comments