$include_dir="/home/hyper-archives/boost/include"; include("$include_dir/msg-header.inc") ?>
Subject: [boost] Boost::log : File rotation based on day of week
From: Rajpal Dangi (rajpal.dangi_at_[hidden])
Date: 2008-09-23 16:52:19
Is it possible to configure Boost::log to rotate log files based on day
of week in addition to size of file? What I'm targeting is a logger
putting files in separate directory for each day of week and automatic
cleanup of logs older than a week.
Rajpal