[Log4cplus-devel] FW: change level for different loggers
Logging Framework for C++
Brought to you by:
wilx
From: Tobias A. <tob...@ho...> - 2012-09-21 21:23:09
|
Hey im very new to log4cplus and woundering following: logger logVar1; logger logVar2; if i have two different logger in my code and i want to change the level to be logged for only one off. I want to do this from the property file. how should i solve this? I have read examples on doing this for only one logger variable but not for 2 separeatly. I want to change the levels during run time and therefore i have to use the property file. Thanks in advance! |