Hi! I love the package. I am using it for maybe a unique project where I have several different similar analyzes that are running together. They share a lot of the same code so I have been leveraging the namespace argument in the log_* functions to keep my logs separate. I wanted to implement log_errors() as a fallback in case there is an unexpected error without having to wrap everything in a tryCatch statement. However, log_errors() does not accept a namespace argument. So for now I am creating a parent log for these kinds of error.
Is it possible to get log_errors to accept a namespace?
Hi! I love the package. I am using it for maybe a unique project where I have several different similar analyzes that are running together. They share a lot of the same code so I have been leveraging the namespace argument in the log_* functions to keep my logs separate. I wanted to implement log_errors() as a fallback in case there is an unexpected error without having to wrap everything in a tryCatch statement. However, log_errors() does not accept a namespace argument. So for now I am creating a parent log for these kinds of error.
Is it possible to get log_errors to accept a namespace?