RE: Logging different Log-Level for the same Logger

2005-12-05 Thread Bender Heri
At the first glance I think it should work like you expect. I only ask me what the levels ISWARN and ISDEBUG should be. Did you define them yourself? Or is this a cpp issue? In java it would be WARN and DEBUG. Which log file you get? If it is the second one (IS_SER_complete.log) then probably

RE: Logging different Log-Level for the same Logger

2005-12-05 Thread Bender Heri
See below. Yes you are right. We had to define our own log-levels because we had to write the severity-text and the severity-level. But I did one mistake in the example: Both Logger use log4cplus.logger.islog. So the following two lines are correct. Sorry. log4cplus.logger.islog=ISWARN,