Skip to content

Latest commit

 

History

History
8 lines (5 loc) · 324 Bytes

File metadata and controls

8 lines (5 loc) · 324 Bytes

Log File Monitor

This is a simple log file monitor written in Golang. It watches a specified log file for changes and prints the contents to the console whenever the file is modified.

Features

  • Monitors a specified log file for changes
  • Prints the contents of the log file to the console when changes are detected