Skip to content

Conversation

@liangfung
Copy link
Contributor

Summary

  • Introduce FileLogger class using @vscode-logging/logger
  • Add toFile option to logger methods for conditional file persistence
  • Support enabledFileLogger configuration to control file logging globally
  • Pass logger name to FileLogger for better log identification
  • Usage: logger.info("message", { toFile: true })

Test plan

Manual testing in VS Code extension environment.

🤖 Generated with Pochi

- Introduce FileLogger class using @vscode-logging/logger
- Add toFile option to logger methods for conditional file persistence
- Support enabledFileLogger configuration to control file logging globally
- Pass logger name to FileLogger for better log identification
- Usage: logger.info("message", { toFile: true })

🤖 Generated with [Pochi](https://getpochi.com)

Co-Authored-By: Pochi <[email protected]>
@liangfung liangfung requested a review from icycodes December 17, 2025 02:31
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.

2 participants