Move Logging to Core.Frontend

This commit is contained in:
Matt Nadareski
2024-05-23 14:27:58 -04:00
parent ac744a1e6d
commit bef4bf175c
2 changed files with 2 additions and 1 deletions

View File

@@ -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)

View File

@@ -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
{