Skip to content

[Feature]: Ability to log various levels of System messages #165

@arunkodati77

Description

@arunkodati77

Guidelines

  • I agree to follow this project's Contributing Guidelines.

Description

It will be nice to have a 'log_system_messages' that accepts

  1. log levels (error, warning, info, critical)
  2. unique identifier
  3. 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

Metadata

Metadata

Assignees

No one assigned

    Type

    No type
    No fields configured for issues without a type.

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions