pulsar/ObservatoryExplorer
Repository files (latest commit first)
Filename Latest commit message Latest commit date
F K ab365cd322
Expose core error logger to plugins and report custom criteria errors (#78)
* Expose core error logger to plugins and report custom criteria errors

Fixes #77

This adds an error logging method on the IObservatoryCore interface that writes the exception details to ObservatoryCore's central error log (found in `${Documents}/ObservatoryErrorLog.txt`). In addition, added a timestamp to each error log.

Also updates the Explorer to report Custom Criteria file load errors and execution errors to the log. Also updates HeraldNotifier to report CacheIndex.json parse failures to the error log as well.

* Expand debugging/error logging in Herald; cleanup empty mp3 files

Herald crashes if attempting to play 0-byte mp3s so if detected, delete, re-request (empty files can occur in some azure failure cases (ie. out of quota). Trap and log errors in other places in HeraldQueue to avoid hard crashes due to weird and wonderful unexpected stuff.
2022-05-03 19:02:31 -02:30
..
CriteriaLoadException.cs Reorganize all observatory core projects into monorepo (#25) 2021-10-21 19:31:32 -02:30
CustomCriteriaManager.cs Expose core error logger to plugins and report custom criteria errors (#78) 2022-05-03 19:02:31 -02:30
DefaultCriteria.cs Distinguish Close Belt proximity and Close Ring proximity criteria (#70) 2022-03-23 08:14:42 -02:30
Explorer.cs Expose core error logger to plugins and report custom criteria errors (#78) 2022-05-03 19:02:31 -02:30
ExplorerSettings.cs Removing "multiple criteria" setting 2021-11-22 11:20:14 -03:30
ExplorerUIResults.cs Reorganize all observatory core projects into monorepo (#25) 2021-10-21 19:31:32 -02:30
ObservatoryExplorer.csproj Updated versioning 2022-04-04 12:29:59 -02:30
ObservatoryExplorer.sln Reorganize all observatory core projects into monorepo (#25) 2021-10-21 19:31:32 -02:30
Worker.cs Add event-based LogMonitor state changes to better handle batch reads (#59) 2022-03-03 16:39:49 -03:30