Guidelines
Description
It will be nice to have a 'log_system_messages' that accepts
- log levels (error, warning, info, critical)
- unique identifier
- message to describe the issue
this new feature in {shiny.telemetry} gives more flexibility for users to log messages in their code, which can be later used for debugging.
Problem
Nope
Proposed Solution
log_system_messages(type=c("error","warning","info"),input_id = "Unique Id",message = "to Describe the issue").
this should have a ability to catch both unhandled and system log errors.
Alternatives Considered
Keep Exisisting functionality As Is
Guidelines
Description
It will be nice to have a 'log_system_messages' that accepts
this new feature in {shiny.telemetry} gives more flexibility for users to log messages in their code, which can be later used for debugging.
Problem
Nope
Proposed Solution
log_system_messages(type=c("error","warning","info"),input_id = "Unique Id",message = "to Describe the issue").
this should have a ability to catch both unhandled and system log errors.
Alternatives Considered
Keep Exisisting functionality As Is