Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

feat: Adds a Logger module which unifies production and development l… #69

Merged
merged 1 commit into from
Feb 25, 2024

Conversation

Blond11516
Copy link
Collaborator

Fixes #10

Adds a Logger module which logs to both the vscode output channel as well as the development console.

Luckily, because we're using the LogOutputChannel we don't need to manage log level configuration at all. Log levels are configurable by the user through VsCode's Developer: Set Log Level... command. For now, everything is always logged to the development console.

Because there aren't a ton of logs I opted to log almost everything at the info level, which is enabled by default in VsCode.

@Blond11516 Blond11516 merged commit 3397eac into main Feb 25, 2024
6 checks passed
@Blond11516 Blond11516 deleted the feat/unified-logging branch February 25, 2024 05:10
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Provide more logging to users
1 participant