Template for creating verbose logs of script executions

Version 0.4 (2,02 KB) von Jacob Bowen
Insert your script inside this template to create an historical log of every execution
15 Downloads
Aktualisiert 9. Jun 2020

Lizenz anzeigen

This script is an empty template for creating verbose logs for each execution of a script. It is aimed at scripts that proces large amounts of data and where there is a need to track back through data processing history especially when working collaboratively on data or where data processing transparrency is required e.g. for publication supplementary material according to FAIR data principles.

The template logs a script execution comment, the machine the script was run on, the path to the executed script, which code sections were activated at the time of executions, it includes place holders for different code sections, internal functions, the possibilty to modify the path and finishes by tidying up (closing log file and restoring altered MATLAB paths) including script timings. Examples of time and date stamped fprintf log file entries are included

Zitieren als

Jacob Bowen (2024). Template for creating verbose logs of script executions (https://www.mathworks.com/matlabcentral/fileexchange/76153-template-for-creating-verbose-logs-of-script-executions), MATLAB Central File Exchange. Abgerufen .

Kompatibilität der MATLAB-Version
Erstellt mit R2020a
Kompatibel mit allen Versionen
Plattform-Kompatibilität
Windows macOS Linux
Tags Tags hinzufügen

Community Treasure Hunt

Find the treasures in MATLAB Central and discover how the community can help you!

Start Hunting!
Version Veröffentlicht Versionshinweise
0.4

Added MATLAB version, memory usage and removed redundant text

0.3

Updated code section templates

0.2

Added preamble

0.1