public EnoLogMessageFileLoggerProvider(string tool, CancellationToken token) { this.tool = tool; this.queue = new FileQueue($"../data/{tool}.log", token); }
public EnoStatistics(string tool) { this.queue = new FileQueue($"{EnoCoreUtil.DataDirectory}{tool}.statistics.log", CancellationToken.None); }