What's new
  • Visit Rebornbuddy
  • Visit Panda Profiles
  • Visit LLamamMagic
  • Visit Resources
  • Visit Downloads
  • Visit Portal

Another Trinity Recommendation - Should take just a second

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
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:
ok ... gona do a change there ...

im working on logging at the moment to provie better usability ...

alvk.png
 
Back
Top