feat: change to use Debug.LogMessage everywhere

This commit is contained in:
Andrew Welker
2024-03-21 13:44:08 -05:00
parent 4d0e3b1943
commit ee4ccb0d1a
110 changed files with 1033 additions and 988 deletions

View File

@@ -5,6 +5,7 @@ using Crestron.SimplSharpPro.DeviceSupport;
using PepperDash.Core;
using PepperDash.Essentials.Core;
using PepperDash.Essentials.Core.Presets;
using Serilog.Events;
namespace PepperDash.Essentials.Core.PageManagers
{
@@ -164,7 +165,7 @@ namespace PepperDash.Essentials.Core.PageManagers
// Bad config case
else
{
Debug.Console(1, stb, "WARNING: Not configured to show any UI elements");
Debug.LogMessage(LogEventLevel.Debug, stb, "WARNING: Not configured to show any UI elements");
FixedVisibilityJoins = new uint[] { 10091 };
}