Get eventlog installed on Mac using Brew

Package Information:

Name: eventlog
Use: Replacement for syslog API providing structure to messages
URL: https://www.balabit.com/downloads/files/eventlog/

Installation Steps:

  1. Launch Terminal by pressing <command+space>. Type terminal and hit Enter key.
  2. Now, run
    ruby -e "$(curl -fsSL https://raw.githubusercontent.com/Homebrew/install/master/install)" < /dev/null 2> /dev/null
  3. Install eventlog using brew
    brew install eventlog

eventlog is ready to use now!