Serve a shiny application with default loggers, useful for debugging.
logApp(ui, server, ..., inputs = inputLogger)shinyWithLog(app, inputs = inputLogger)
UI definition and server function
as passed to shiny::shinyApp().
Any other arguments passed to shiny::shinyApp().
Logger to log inputs, set to NULL to not log.
Shiny application as returned by shiny::shinyApp().