Skip to content

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
Member

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
@bajrangCoder bajrangCoder deleted the logging-system branch December 19, 2024 06:32
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

enhancement New feature or request

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants