Epiconcept-Paris / STRAP-epiuf

Utility function package for STRAP
0 stars 0 forks source link

Add an option to set the level of output messages in the console: all messages vs. none #93

Open loremerdrignac opened 1 year ago

loremerdrignac commented 1 year ago

When discussing the openDictionary() function in issue #90, we mentioned the need to create an option message_level that could support the following values:

Example: openDictionary(filename = 'myfile.xlsx', message_level = 'none')

This should be the first step towards the implementation of a log management system for epiuf. For information, ECDC log management system uses 6 levels: OFF, FATAL, ERROR, WARN, INFO, DEBUG See logger

This option should also be added to functions like comparefile, etc.