コード例 #1
0
 protected override ICommand CreateSut()
 {
     return(new Log4NetInitializationCommand(Log4NetConfigSection.CreateSectionToTarget(GetLocalLogingFile())));
 }
コード例 #2
0
 protected override void EstablishContext()
 {
     log4NetCofigElement = Log4NetConfigSection.CreateSectionToTarget(GetLocalLogingFile());
 }