ryapric / loggit

Modern Logging for the R Ecosystem
Other
37 stars 2 forks source link

Informative call output #23

Open MEO265 opened 10 months ago

MEO265 commented 10 months ago

Even though this repo has been inactive for a long time, I hope that I can still help to improve a few things here.

Since loggits stop, warning and message internally call their base equivalent, the loggit function is always displayed as call. This could be prevented by calling the R internal functions instead.

In the same way one could very easily support stopifnot.