We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent cac25c9 commit e6c24b4Copy full SHA for e6c24b4
ProxyDialogAutoFiller/Logger.cs
@@ -34,9 +34,9 @@ internal Logger()
34
EnableLogging = false;
35
try
36
{
37
- LogFileNameBase = "ProxyHelper";
+ LogFileNameBase = "ProxyDialogAutoFiller";
38
string appDataPath = Environment.GetFolderPath(Environment.SpecialFolder.ApplicationData);
39
- var logDirectory = Path.Combine(appDataPath, "ProxyHelper");
+ var logDirectory = Path.Combine(appDataPath, "ProxyDialogAutoFiller");
40
if (!Directory.Exists(logDirectory))
41
42
Directory.CreateDirectory(logDirectory);
0 commit comments