Exemple #1
0
 public NLogServerModule(IConfigurationRoot jimuAppSettings) : base(jimuAppSettings)
 {
     _options = this.JimuAppSettings.GetSection(typeof(JimuNLogOptions).Name).Get <JimuNLogOptions>();
 }
Exemple #2
0
 public NLogClientComponent(IConfigurationRoot jimuAppSettings) : base(jimuAppSettings)
 {
     _options = this.JimuAppSettings.GetSection(typeof(JimuNLogOptions).Name).Get <JimuNLogOptions>();
 }