chore: 日志

main
NoahLan 6 months ago
parent a561e54cb3
commit dde7c73990

@ -44,7 +44,7 @@ public class NPinModuleManager : ModuleManager, IModuleManager, ISingletonDepend
if (watch.ElapsedMilliseconds > 1)
{
_logger.LogDebug($"已加载模块[{module.Assembly.GetName().Name}],耗时[${watch.ElapsedMilliseconds}ms]");
_logger.LogDebug($"已加载模块[{module.Assembly.GetName().Name}],耗时[{watch.ElapsedMilliseconds}ms]");
}
}
catch (Exception ex)

Loading…
Cancel
Save