Skip to content

Console.log's should be centralized into a Log routine #37

Description

@Misterblue

There are "console.log"s scattered throughout the code. These should be replaced with calls to a centralized logging routine.

The centralized log routine would allow turning off diagnostic messages and potentially file or cloud message logging.

The log routine should use the common pattern of classifying messages as 'error', 'debug', 'info', etc. E.g., "Log.debug(msg)".

Metadata

Metadata

Assignees

No one assigned

    Labels

    enhancementNew feature or request

    Type

    No type

    Projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions