Add new LogManager module

This commit is contained in:
Jesse Wierzbinski 2024-03-08 15:25:17 -10:00
parent 177f573792
commit 3b75f5f0a5
No known key found for this signature in database
5 changed files with 165 additions and 1 deletions

View file

@ -2,6 +2,7 @@
* @file configmanager.ts
* @summary ConfigManager system to retrieve and modify system configuration
* @description Can read from a hand-written file, config.toml, or from a machine-saved file, config.internal.toml
* @deprecated Use the new ConfigManager class instead
* Fuses both and provides a way to retrieve individual values
*/