Hi,

  I plan to use boost::log for my C++ application logging needs.

  Does boost log have a convenient function for generating decorated filename in /tmp ?

  Something along the line of <app_name>_<timestamp>_<process_id>_<thread_id>.log

  This allows me to accumulate logs between runs to capture and compare.

Cheers
--