[Log4cplus-devel] FileAppender File ConversionPattern
Logging Framework for C++
Brought to you by:
wilx
From: Mark R. <ro...@oa...> - 2014-01-24 16:31:44
|
Hi, I'm using log4cplus 1.1.1, and I was wondering if there is a way to make filenames in the same way you make layouts. I tried: log4cplus.appender.A.File=log4cplus::PatternLayout and log4cplus.appender.A.File=file-%h.log but neither of these work. I think the ability to use things like data, host and pid would be useful in filenames. Mark |