fix: add methods to set Error Log and File minimum level

In some situations, like on VC-4, it is necessary to see verbose and debug messages in the error log/journalctl/file log. This change allows those values to be set using a method.
This commit is contained in:
Andrew Welker
2024-05-01 09:32:54 -05:00
parent 46b8e24968
commit 7a4a91cfd5
2 changed files with 54 additions and 20 deletions

View File

@@ -2,7 +2,7 @@
using Crestron.SimplSharp;
using Newtonsoft.Json;
namespace PepperDash.Core.DebugThings
namespace PepperDash.Core.Logging
{
/// <summary>
/// Class to persist current Debug settings across program restarts