diff --git a/CHANGELIST.md b/CHANGELIST.md index efc0c617..99480db2 100644 --- a/CHANGELIST.md +++ b/CHANGELIST.md @@ -93,6 +93,7 @@ - Move Options to Core.Frontend - Remove useless using statement - Move OptionsLoader to Core.Frontend +- Move Logging to Core.Frontend ### 3.1.9a (2024-05-21) diff --git a/MPF.Core/Utilities/Logging.cs b/MPF.Core/Frontend/Logging.cs similarity index 99% rename from MPF.Core/Utilities/Logging.cs rename to MPF.Core/Frontend/Logging.cs index 1466f30b..a696c8d7 100644 --- a/MPF.Core/Utilities/Logging.cs +++ b/MPF.Core/Frontend/Logging.cs @@ -4,7 +4,7 @@ using System.Text; using System.Threading; using System.Threading.Tasks; -namespace MPF.Core.Utilities +namespace MPF.Core.Frontend { public static class Logging {