Skip to content

Feature Request: Hooks allowing for namespaces #236

@gnorris415

Description

@gnorris415

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?

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions