|
|
@ -73,11 +73,11 @@ namespace Shentun.Peis.PlugIns |
|
|
SelfPassword = AppConfig.GetSection("App") |
|
|
SelfPassword = AppConfig.GetSection("App") |
|
|
.GetSection("SelfPassword").Value; |
|
|
.GetSection("SelfPassword").Value; |
|
|
|
|
|
|
|
|
using var loggerFactory = LoggerFactory.Create(builder => |
|
|
|
|
|
{ |
|
|
|
|
|
|
|
|
//using var loggerFactory = LoggerFactory.Create(builder =>
|
|
|
|
|
|
//{
|
|
|
|
|
|
|
|
|
}); |
|
|
|
|
|
Logger = loggerFactory.CreateLogger<PlugInsBase>(); |
|
|
|
|
|
|
|
|
//});
|
|
|
|
|
|
//Logger = loggerFactory.CreateLogger<PlugInsBase>();
|
|
|
} |
|
|
} |
|
|
public void Init(string parmValue) |
|
|
public void Init(string parmValue) |
|
|
{ |
|
|
{ |
|
|
|