StrangerThanFiction
New Member
- Joined
- Nov 24, 2012
- Messages
- 241
- Reaction score
- 3
Trinity 1.7.1.9
-------------
Can you update line 51 in the Interpreter.cs
from
to
Logging is easier to comb through when separated by hero rather than it all being dumped into a single file, IMO
-------------
Can you update line 51 in the Interpreter.cs
from
Code:
readonly string logPath = Path.Combine(FileManager.ItemRulePath, "Log");
to
Code:
readonly string logPath = Path.Combine(FileManager.ItemRulePath, "Log", ZetaDia.Service.CurrentHero.BattleTagName);
Logging is easier to comb through when separated by hero rather than it all being dumped into a single file, IMO
Last edited: