コード例 #1
0
 public ILoggingExecute CreateLogger()
 {
     return(new LoggingExecute(LogConfig.GetLogWriter(path, conStrSettings)));
 }