strategy for naming log files based on appending revolving suffix.
Heavily odified by Bruce Ritchie (Jive Software) to rotate along
the following strategy:
current log file will always be the base File name
the next oldest file will be the _1 file
the next oldest file will be the _2 file
etc.
author: Bernhard Huber