
27 Sep
2011
27 Sep
'11
9:37 p.m.
Hi, I want to save the current configuration of loggers in my application to the configuration file. Is there anyway or any command to do that ? What I want to do is that: - start the logback with a user defined configuration file - change level of some loggers, from the code, with setLevel method - maybe append a socket appender, again in the code - then, before exiting from the application tell logback to dump all configuration changes to the configuration file. If logback could immediately reflect the changes to the configuration file when a change occurs also works for me. Thanks, Best Regards, Berker Batur