forked from amkovkov/GranuSightSoftware2
refactor: move Logging to GSS2.Core
This commit is contained in:
@@ -4,10 +4,11 @@ using Microsoft.Extensions.Logging.Console;
|
||||
using Avalonia;
|
||||
using Avalonia.OpenGL.Egl;
|
||||
using GSS2.Core;
|
||||
using GSS2.Core.Logging;
|
||||
using GSS2.Core.Analysis.AmineContent.Database;
|
||||
using GSS2.Test.Logging;
|
||||
using ConsoleFormatter = GSS2.Core.Logging.ConsoleFormatter;
|
||||
|
||||
namespace GSS2.Test;
|
||||
using ConsoleFormatter = GSS2.Test.Logging.ConsoleFormatter;
|
||||
|
||||
public class Program
|
||||
{
|
||||
|
||||
Reference in New Issue
Block a user