Skip to main content

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] [List Home]
Re: [lyo-dev] Logging Provider

There may be logging capabilities at other levels of the Eclipse Lyo use of open source libraries (e.g. Apache Wink), but I found the built-in logging provided by Apache HttpComponents most useful:
        https://hc.apache.org/httpcomponents-client-4.2.x/logging.html

The logging capability in Apache HttpComponents provides logging at varying degree of details - I found logging of just the request and response headers very useful on its own, and of course "Wire logging" provides the details of the requests and responses.

Sincerely,
Samit Mehta
IBM




From:        mohamed mosaad <m.mosaad1991@xxxxxxxxx>
To:        Lyo project developer discussions <lyo-dev@xxxxxxxxxxx>,
Date:        10/22/2013 09:01 AM
Subject:        [lyo-dev] Logging Provider
Sent by:        lyo-dev-bounces@xxxxxxxxxxx




HI all,

I wanted to know what is the best way add logging to a Provider,so that requests and their responses would be logged in a file or database,

Best Regards,

Mohamed Mahmoud_______________________________________________
lyo-dev mailing list
lyo-dev@xxxxxxxxxxx
https://dev.eclipse.org/mailman/listinfo/lyo-dev


Back to the top