public LeLogger(LeClient client) { this.client = client; queue = new BlockingCollection<string>(QueueSize); AllQueues.Add(queue); }
public LeLogger(LeClient client) { this.client = client; queue = new BlockingCollection <string>(QueueSize); AllQueues.Add(queue); }