mirror of
https://github.com/PepperDash/Essentials.git
synced 2026-02-10 18:24:50 +00:00
feat: change to use Debug.LogMessage everywhere
This commit is contained in:
@@ -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 };
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user