Open ColinFay opened 5 years ago
First of all, nice work!
How would you feel about natively add a wrapper around {whereami} for dev logs?
{whereami}
I've been using whereami::cat_where() for logging from which file the event is fired during dev.
whereami::cat_where()
It definitely help to find back where to go for debugging.
So for example log_event("Hello World") would output
log_event("Hello World")
|#1|EVENT|Hello World|FIRED| |#1|WHERE|observeEvent(...) at R/mod_bla#123|
https://github.com/yonicd/whereami
ping @yonicd
First of all, nice work!
How would you feel about natively add a wrapper around
{whereami}
for dev logs?I've been using
whereami::cat_where()
for logging from which file the event is fired during dev.It definitely help to find back where to go for debugging.
So for example
log_event("Hello World")
would outputhttps://github.com/yonicd/whereami
ping @yonicd