@Quentin, what I meant by that is providing options to enable users to more easily control the project log behavior. Currently, when the project log reaches a hard-coded maximum size (5 MB), EG notifies the user that the project log is full (and they get notified every time a new log is generated, which can be annoying). The only way to avoid the notification is to clear the project log.
In a future release, we plan to give you a choice of behavior when the project log is on, such as:
When the project log reaches: <specifySize> (MB)
Dispay a warning message (but continue logging)
Remove older items (a rolling log, truncated to size specified above, oldest items removed first)
Export a time-stamped log, then clear the project log <specify name and location>
Clear the project log when the project is closed
Adding something to EG similar to the DM commands is interesting. Will think about that.
... View more