ambro-r / FileQueueWatcher

Simple project to watch directories and record changes in that directory.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

FileQueueWatcher

A simple implementation to monitor a list of specified directories on a machine and record the file changes that occure within that directory.

Presently the following is monitored for:

  • File Creation
  • File Modification
  • File Renaming
  • File Deletion

This project uses the folloing packages:

  • Microsoft.Extensions.Hosting.WindowsServices
  • Serilog.Settings.Configuration
  • Serilog.Formatting.Compact
  • Serilog.Sinks.File
  • Serilog.Sinks.Console

About

Simple project to watch directories and record changes in that directory.

License:GNU Lesser General Public License v3.0


Languages

Language:C# 100.0%