Hello,

I use some log viewer tool to display and filter logs. In log4j there is a feature that allows for the current logfile to have some constant name, e.g 'current.log', and only after it is finalized it is renamed to its name (probably having some timestamp/counter) in it. This feature makes it most convenient with log viewers.
Is it possible to achieve this with Boost.Log? If not I would like to suggest it as a feature request.

Regards,