Template for creating verbose logs of script executions

Version 0.4 (2,02 ko) par Jacob Bowen
Insert your script inside this template to create an historical log of every execution
15 téléchargements
Mise à jour 9 juin 2020

Afficher la licence

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

Citation pour cette source

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. Récupéré le .

Compatibilité avec les versions de MATLAB
Créé avec R2020a
Compatible avec toutes les versions
Plateformes compatibles
Windows macOS Linux
Tags Ajouter des tags

Community Treasure Hunt

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

Start Hunting!
Version Publié le Notes de version
0.4

Added MATLAB version, memory usage and removed redundant text

0.3

Updated code section templates

0.2

Added preamble

0.1