RFR 8151281: Module java.httpclient could use System.Logger instead of PlatformLogger

Daniel Fuchs daniel.fuchs at oracle.com
Tue Mar 15 08:44:51 UTC 2016


On 15/03/16 06:35, Mandy Chung wrote:
> It’s a nice trick.  Perhaps define a new internal class that implements System.Logger with default methods.  Any platform classes want itself to be skipped will extend that new internal class?

I thought the purpose here was to avoid using
internal stuff requiring qualified exports.

It would have been easy to implement System.Logger anyway,
since most of its methods have a default body.

best regards,

-- daniel


More information about the net-dev mailing list