Acode icon indicating copy to clipboard operation
Acode copied to clipboard

Implement Logger system

Open bajrangCoder opened this issue 1 year ago • 1 comments

  • 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.

bajrangCoder avatar Aug 29 '24 15:08 bajrangCoder

By-mistake Selected the Wrong Review Type. Sorry.

UnschooledGamer avatar Aug 29 '24 15:08 UnschooledGamer