[Log4cplus-devel] [ log4cplus-Feature Requests-3585231 ] Persist Logging Levels
Logging Framework for C++
Brought to you by:
wilx
From: SourceForge.net <no...@so...> - 2012-11-07 20:01:05
|
Feature Requests item #3585231, was opened at 2012-11-07 12:01 Message generated for change (Tracker Item Submitted) made by csteenwyk You can respond by visiting: https://sourceforge.net/tracker/?func=detail&atid=429076&aid=3585231&group_id=40830 Please note that this message will contain a full copy of the comment thread, including the initial issue submission, for this request, not just the latest update. Category: Appenders Group: None Status: Open Priority: 5 Private: No Submitted By: Chris Steenwyk (csteenwyk) Assigned to: Václav Zeman (wilx) Summary: Persist Logging Levels Initial Comment: I have an application in which I have added the ability to modify the log levels of the various logging instances as the program runs. It would be useful if there was a way to save this information so the next time I load the application the log levels are set to where I left them. I am able to get the configuration information for the various loggers, but not for the appenders. It would be useful if there were a function in each appender that would allow me to obtain the configuration of that appender: virtual void getProperties( log4cplus::helpers::Properties& props ) ---------------------------------------------------------------------- You can respond by visiting: https://sourceforge.net/tracker/?func=detail&atid=429076&aid=3585231&group_id=40830 |