daroczig / logger

A lightweight, modern and flexible, log4j and futile.logger inspired logging utility for R
https://daroczig.github.io/logger
280 stars 41 forks source link

logger::log_shiny_input_changes doesn't allow to change the logging namespace #94

Closed kpagacz closed 2 years ago

kpagacz commented 2 years ago

We have a complex application, and we would like to control where logger::log_shiny_input_changes emits the logs. Seemingly, it ignores being placed in a particular package and logs "global", ignoring custom setups.

I have created a small pull request, which remedies our situation: https://github.com/daroczig/logger/pull/93

If you have any other ideas on how to emit logs to custom namespace from log_shiny_input_changes, I am happy to hear them out :)

kpagacz commented 2 years ago

Resolved by https://github.com/daroczig/logger/pull/93