Acode
Acode copied to clipboard
Implement Logger system
- Logger system
- Removed some old
console.logandconsole.errorwith logger api - Added new log method to
windowobject - 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.
By-mistake Selected the Wrong Review Type. Sorry.