In the context of developing and debugging with iLogic in Autodesk Inventor, it’s common to execute rules repeatedly to test different conditions. Currently, the iLogic Logger (Logger.Info, Logger.Error, etc.) retains all messages from previous runs without offering any way to clear it via code.
Proposal
Introduce a method such as Logger.Clear() or Logger.Reset() that allows the log to be cleared at the beginning of a rule. This would help:
Keep the log clean and readable during frequent testing.
Avoid confusion between old and new messages.
Support professional, automated logging workflows.
This feature would enhance the experience for power users and developers, giving them better control and clarity when monitoring rule execution.