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