RFR 8151281: Module java.httpclient could use System.Logger instead of PlatformLogger
Mandy Chung
mandy.chung at oracle.com
Sat Mar 5 23:01:41 UTC 2016
Hi Daniel,
> On Mar 4, 2016, at 8:05 AM, Daniel Fuchs <daniel.fuchs at oracle.com> wrote:
>
> Please find below a patch for:
>
> https://bugs.openjdk.java.net/browse/JDK-8151281
> 8151281: Module java.httpclient could use System.Logger
> instead of PlatformLogger
>
> http://cr.openjdk.java.net/~dfuchs/webrev_8151281/webrev.00/
I’m happy to see usage of PlatformLogger being converted to System.Logger.
Is there any reason why Log can’t be a concrete implementation class? Can it extends SimpleConsoleLogger instead?
Mandy
More information about the net-dev
mailing list