Example #1
0
        public FileChannel(string path)
        {
            Guard.NotNullOrEmpty(path);

            processor = new FileLogProcessor(path);
        }