修改根命名空间,修改分库配置。
This commit is contained in:
@@ -1,6 +1,6 @@
|
||||
using ConsoleApp2.Cache;
|
||||
using MesETL.App.Cache;
|
||||
|
||||
namespace ConsoleApp2.Services.Loggers;
|
||||
namespace MesETL.App.Services.Loggers;
|
||||
|
||||
public class CacheTaskMonitorLogger : ITaskMonitorLogger
|
||||
{
|
||||
|
@@ -1,4 +1,4 @@
|
||||
namespace ConsoleApp2.Services.Loggers;
|
||||
namespace MesETL.App.Services.Loggers;
|
||||
|
||||
public interface ITaskMonitorLogger
|
||||
{
|
||||
|
@@ -1,7 +1,7 @@
|
||||
using System.Text;
|
||||
using Microsoft.Extensions.Logging;
|
||||
|
||||
namespace ConsoleApp2.Services.Loggers;
|
||||
namespace MesETL.App.Services.Loggers;
|
||||
|
||||
public class LoggerTaskMonitorLogger : ITaskMonitorLogger
|
||||
{
|
||||
|
Reference in New Issue
Block a user