Skip to content

Commit

Permalink
Log now outputs to file:
Browse files Browse the repository at this point in the history
  • Loading branch information
cheesenibbles123 committed Mar 31, 2021
1 parent de68064 commit fefd367
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion FlagReplacement/Log.cs
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,6 @@ namespace FlagReplacement
{
internal static class Log
{
static readonly public ModLogger logger = new ModLogger("[FlagReplacement]", null);
static readonly public ModLogger logger = new ModLogger("[FlagReplacement]", ModLoader.LogPath + "\\FlagReplacement.txt");
}
}

0 comments on commit fefd367

Please sign in to comment.