$include_dir="/home/hyper-archives/boost-users/include"; include("$include_dir/msg-header.inc") ?>
Subject: [Boost-users] Boost.log file rotation current file name
From: Daniel Krikun (dkrikun0_at_[hidden])
Date: 2013-11-22 07:15:29
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,