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