super-productivity/scripts
Johannes Millan 5007038fe8 refactor: use PluginLog for all logging in plugins directory
- Replaced all Log.* calls with PluginLog.* in plugins directory
- Modified 14 files with 179 total changes
- Removed unused Log imports
- All plugin-related logs now have [plugin] context prefix

This ensures consistent context-aware logging for all plugin operations,
making it easier to filter and debug plugin-related issues.
2025-07-10 14:32:37 +02:00
..
fix-duplicate-imports.ts fix: remove duplicate Log imports 2025-07-10 14:28:03 +02:00
migrate-console-to-log-force.ts refactor: complete migration from console.* to Log methods 2025-07-10 14:25:02 +02:00
migrate-console-to-log.ts refactor: complete migration from console.* to Log methods 2025-07-10 14:25:02 +02:00
migrate-to-plugin-log.ts refactor: use PluginLog for all logging in plugins directory 2025-07-10 14:32:37 +02:00
remove-unused-log-imports.ts refactor: complete migration from console.* to Log methods 2025-07-10 14:25:02 +02:00