[logback-user] Introducing logback-configuration

Martin Todorov carlspring at gmail.com
Wed Mar 16 15:39:41 UTC 2016


Hi Ceki,

Thanks for adding the link! Much appreciated!

I will push this to Maven Central some point in the very near future and
let you know.

Kind regards,

Martin




On Wed, Mar 16, 2016 at 1:57 PM, Ceki Gulcu <ceki at qos.ch> wrote:

>
> Hi Martin,
>
> Just added a link to https://github.com/carlspring/logback-configuration/
> in the download page.
>
> See https://github.com/qos-ch/logback/commit/37c4f3015f9e4
> for details.
>
> Please let me know if you would like to make changes to the description.
>
> --
> Ceki
>
> On 3/15/2016 1:11, Martin Todorov wrote:
>
>>
>>
>> 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-configuration-rest/README.md
>>
>> Kind regards,
>>
>> Martin
>>
>>
>>
>>
>> On Mon, Mar 14, 2016 at 8:28 PM, Ceki Gulcu <ceki at qos.ch
>> <mailto:ceki at 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 at qos.ch <mailto:logback-user at qos.ch>
>>     http://mailman.qos.ch/mailman/listinfo/logback-user
>>
>>
>>
>>
>> _______________________________________________
>> logback-user mailing list
>> logback-user at qos.ch
>> http://mailman.qos.ch/mailman/listinfo/logback-user
>>
>> _______________________________________________
> logback-user mailing list
> logback-user at qos.ch
> http://mailman.qos.ch/mailman/listinfo/logback-user
>
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://mailman.qos.ch/pipermail/logback-user/attachments/20160316/6d967f3b/attachment.html>


More information about the logback-user mailing list