RFR: 8148568: LoggerFinder.getLogger and LoggerFinder.getLocalizedLogger should take a Module argument instead of a Class.
Daniel Fuchs
daniel.fuchs at oracle.com
Fri Jan 29 15:55:58 UTC 2016
Hi,
Please find below a patch that slightly modifies
the JEP 264 initial implementation to take advantage
of the module system.
The change modifies the LoggerFinder abstract service
to take the Module of the caller class as parameter
instead of the caller class itself.
The caller class was used in the initial 9/dev implementation
because java.lang.reflect.Module was not yet available.
http://cr.openjdk.java.net/~dfuchs/jigsaw/webrev_8148568/webrev.00/
best regards,
-- daniel
More information about the jigsaw-dev
mailing list