public CentralLogServiceWatcher(IAutoCurrentFileList watchCurrentFileList, ICentralLogService centralLogService) { _watchCurrentFileList = watchCurrentFileList; _centralLogService = centralLogService; }
public AggregateLogs(ICentralLogService centralLog) { _centralLog = centralLog; }
public CentralLogServiceWatcher(IConfiguration config, IAutoCurrentFileList watchCurrentFileList, ICentralLogService centralLogService) { _watchCurrentFileList = watchCurrentFileList; _centralLogService = centralLogService; _directory = config["WatchDirectory"]; }