
Hi, Currently, the implementation contains: * A service layer <https://github.com/carlspring/logback-configuration/blob/master/logback-configuration-core/src/main/java/org/carlspring/logging/services/impl/LoggingManagementServiceImpl.java> (using Spring) located in the logback-configuration-core module which provides methods to: ** Add loggers based on a package, level and appenderName ** Update an existing logger ** Delete an existing logger ** Resolve a log file ** Resolve the Logback configuration file ** Upload a Logback configuration file and reload it * A simple REST implementation <https://github.com/carlspring/logback-configuration/blob/master/logback-configuration-rest/src/main/java/org/carlspring/logging/rest/AbstractLoggingManagementRestlet.java> (using Jersey) located in the logback-configuration-rest module which provides a wrapper for the above-mentioned service. Some more details could be found here: - https://github.com/carlspring/logback-configuration/blob/master/README.md - https://github.com/carlspring/logback-configuration/blob/master/logback-conf... Kind regards, Martin On Mon, Mar 14, 2016 at 8:28 PM, Ceki Gulcu <ceki@qos.ch> wrote:
Hi Martin,
What are the operations supported by 'logback-configuration'? I think a short summary would be useful.
-- Ceki
On 3/14/2016 21:21, Martin Todorov wrote:
Hi,
I hope you are well!
Thanks for devising such great logging frameworks over the years!
I would like to bring to your attention a small project we put together recently for the need of another project we were working on:
https://github.com/carlspring/logback-configuration
It provides a way to easily configure/reconfigure Logback and it contains a simple service and restlet around it.
When we looked around for something similar, there wasn't something as straight-forward as this to follow. Perhaps it could be further extended in the future, if there is a need.
Looking forward to hearing from you!
Kind regards,
Martin Todorov
_______________________________________________ logback-user mailing list logback-user@qos.ch http://mailman.qos.ch/mailman/listinfo/logback-user