Skip to content

Add global, configurable logger object #54

@webJose

Description

@webJose

Motivation

Console logging from libraries is undesirable most of the time when it cannot be turned off, especially in production deployments.

Proposal

Define the ILogger interface, then create 2 implementations: StandardLogger and OffLogger. The former would log to the console as per normal; the latter would turn all logging off.

Metadata

Metadata

Assignees

No one assigned

    Labels

    Priority: HighHigh priority. Downvote to attempt to lower priority.

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions