Skip to content
New issue

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

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

Already on GitHub? # to your account

Implement Logger system #1020

Merged
merged 2 commits into from
Sep 1, 2024

Conversation

bajrangCoder
Copy link
Collaborator

@bajrangCoder bajrangCoder commented Aug 29, 2024

  • Logger system
  • Removed some old console.log and console.error with logger api
  • Added new log method to window object
  • Now avoid using console logs instead use logger , so it will be easy to debug any bug
  • Logging system is efficient and it automatically manages flushing of buffer and LRU algorithm to keep log file small and relevant
  • Search for "Open Log file" in command palette to open the log file in editor.

- Logger system
- Removed some old `console.log` and `console.error` with logger api
- Added new log method to `window` object
@bajrangCoder bajrangCoder changed the title Implemented Logger system Implement Logger system Aug 29, 2024
@UnschooledGamer
Copy link
Collaborator

By-mistake Selected the Wrong Review Type. Sorry.

@bajrangCoder bajrangCoder added the enhancement New feature or request label Aug 29, 2024
- Added a option to open log file in editor from Command Palette
- Few fixes
@bajrangCoder bajrangCoder merged commit 389bb69 into Acode-Foundation:main Sep 1, 2024
2 checks passed
@bajrangCoder bajrangCoder deleted the logging-system branch December 19, 2024 06:32
# for free to join this conversation on GitHub. Already have an account? # to comment
Labels
enhancement New feature or request
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants