Skip to content

Commit

Permalink
The header separator should separate the header of a log file from th…
Browse files Browse the repository at this point in the history
…e rest.
  • Loading branch information
CptMoore committed Dec 22, 2024
1 parent 8d8ce6b commit f7cd00e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion ModTek/Features/Logging/AppenderFile.cs
Original file line number Diff line number Diff line change
Expand Up @@ -26,8 +26,8 @@ internal AppenderFile(string path, AppenderSettings settings)
ModTek v{GitVersionInformation.InformationalVersion} ({GitVersionInformation.CommitDate})
{Environment.OSVersion} ; BattleTech {Application.version} ; Unity {Application.unityVersion} ; CLR {Environment.Version} ; {System.Runtime.InteropServices.RuntimeInformation.FrameworkDescription}"
{dateTime.ToLocalTime().ToString("o", CultureInfo.InvariantCulture)} {nameof(unityStartupTime)}={unityStartupTime.ToString(null, CultureInfo.InvariantCulture)} {nameof(stopwatchTimestamp)}={stopwatchTimestamp}
{new string('-', 80)}
{VersionInfo.GetFormattedInfo()}
{new string('-', 80)}
"""
);
}
Expand Down

0 comments on commit f7cd00e

Please sign in to comment.