mirror of
https://github.com/claunia/SabreTools.git
synced 2025-12-16 19:14:27 +00:00
Let stats have their own logs
This commit is contained in:
@@ -1747,8 +1747,11 @@ Make a selection:
|
||||
}
|
||||
}
|
||||
|
||||
Stats stats = new Stats(newinputs, single, logger);
|
||||
Logger statlog = new Logger(true, "stats.txt");
|
||||
statlog.Start();
|
||||
Stats stats = new Stats(newinputs, single, statlog);
|
||||
stats.Process();
|
||||
statlog.Close();
|
||||
}
|
||||
|
||||
/// <summary>
|
||||
|
||||
Reference in New Issue
Block a user