Re: [Log4cplus-devel] Header line for file appenders
Logging Framework for C++
Brought to you by:
wilx
From: Steve H. <sha...@mi...> - 2014-01-29 18:20:27
|
On 1/29/14 3:38 AM, "Václav Zeman" <vha...@gm...> wrote: >It seems to me that layout would be a better place for this. > >Is there a prior art for this feature in log4j (or any other Java >logging library) or log4net, etc.? We could copy their design >decisions / interfaces. > With log4j, you have to extend the layout. Here is a link to an article on how to use it: http://www.coderanch.com/t/535099/oa/Inserting-Header-Text-Log-file Personally, I would like to just have it built in as a property - what do you think? |