Re: how to change the logging level dynamically

2016-12-21 Thread mkrishnap
Hi Yogesh, I come across this approach.. By webpage interface (LogManger.getLogger()) is not helping on getting the loggers into the system. My expectation is, is their any way, to get this MyLoggingSentEventNotifer class logger and change through another java class while the application

how to change the logging level dynamically

2016-12-20 Thread mkrishnap
Hi, i want to change the logging level dynamically by another java class. step1: we have written a logger, in this class. we are using the log4j.properties for logger configuration (http://camel.apache.org/how-do-i-use-log4j.html) public class MyLoggingSentEventNoti