Hello!
I´m writing a program that will be run by several other users. The majority of the code is encapsulated within `quietly {}' chunks, with only informative messages regarding the ongoing processes and progress displayed in the results window. However, if an unforeseen error occurs, for debugging purposes, it would be great if the user is able to send the log back, and in that case, it would be useful that everything was being logged. Is this possible?
Best,
Hélder
I´m writing a program that will be run by several other users. The majority of the code is encapsulated within `quietly {}' chunks, with only informative messages regarding the ongoing processes and progress displayed in the results window. However, if an unforeseen error occurs, for debugging purposes, it would be great if the user is able to send the log back, and in that case, it would be useful that everything was being logged. Is this possible?
Best,
Hélder
Comment