Follow simple steps to install cronolog on Mac

Package Information:

Name: cronolog
Use: cronolog is a simple filter program that reads log file entries from standard input and writes each entry to the output file specified by a filename template and the current date and time.
URL: https://web.archive.org/web/20140209202032/cronolog.org/

Installation Steps:

  1. Open Terminal.
  2. Run the following command

    ruby -e "$(curl -fsSL https://raw.githubusercontent.com/Homebrew/install/master/install)" < /dev/null 2> /dev/null
  3. Install cronolog using brew
    brew install cronolog

cronolog is ready to use now!