mirror of
https://github.com/SabreTools/MPF.git
synced 2026-07-02 17:24:48 +00:00
Move Logging to Core.Frontend
This commit is contained in:
@@ -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)
|
||||
|
||||
|
||||
@@ -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
|
||||
{
|
||||
Reference in New Issue
Block a user