Update Notes about the repo

2025-11-27 00:30:05 -05:00
parent 71b69ebf94
commit 127148ec73

@@ -93,14 +93,6 @@ The script currently contains two sets of logging helpers:
- Uses `EventSource = "SVSMSP_Module"`
- Matches the SVSMSP toolkit behavior
2. An older pair that:
- Uses `EventLog = "Application"`
- Uses `EventSource = "Script Automation Monkey"`
PowerShell will use the last definition in the file.
When convenient, consider:
- Keeping only the newer `Write-LogHelper` / `Write-LogHybrid` that log to `SVSMSP Events`
- Removing the older `Script Automation Monkey` / `Application` versions to avoid confusion
This is unrelated to CSS and JS, but good housekeeping for the logging story.