🚀 Welcome to MDriven Learn –  MDriven is now on Discord!  Don’t miss the latest Release Notes.
SysTurnkeyTraceLog Pattern
This page was created by Charles on 2024-12-11. Last edited by 62.169.16.147 on 2026-09-12.

If you need to track what users are up to in an MDriven Turnkey app, add a class following this pattern. The pattern collects user actions in an effecient manner.


Merge the pattern into your model from TK Live View

For every navigation (change of view) or action (action language execution resulting in potential data change), information will be snapshotted, and every 30 seconds, MDrivenTurnkey will spool out objects of the above class.

This is how it was used in one customer case:

x

This example is available at: https://github.com/supportMDriven/MDrivenComponents.git