Ejemplo n.º 1
0
 public CentralLogServiceWatcher(IAutoCurrentFileList watchCurrentFileList, ICentralLogService centralLogService)
 {
     _watchCurrentFileList = watchCurrentFileList;
     _centralLogService    = centralLogService;
 }
Ejemplo n.º 2
0
 public AggregateLogs(ICentralLogService centralLog)
 {
     _centralLog = centralLog;
 }
Ejemplo n.º 3
0
 public CentralLogServiceWatcher(IConfiguration config, IAutoCurrentFileList watchCurrentFileList, ICentralLogService centralLogService)
 {
     _watchCurrentFileList = watchCurrentFileList;
     _centralLogService    = centralLogService;
     _directory            = config["WatchDirectory"];
 }