Our application uses Boost.Log (1.63) and it works quite well. We are using the rotation/archiving feature and file names with incremeting numbers.
Now we would like to watch the log files for Errors.
The monitoring software our organization uses needs absolute file names, so file names with an incrementing number suffix won't work.
As far as I understand Boost.Log cannot be configured that the actual log file always has a fixed file name and only the archived files have suffixes. Is this correct?
The other idea we had was to create an symlink to the actual log file on every file rotation. Is there a possibility to add an custom action to each rotation event?