April 2017
Beginner
504 pages
14h 11m
English
Java 9 includes a facade implementation for logging. The use is very simple and we can expect that logging frameworks will very soon start to support this façade. The fact that this façade is built into the JDK has two major advantage:
If we use the JDK-provided logging façade the start of the ColorManager class will be changed to the following:
package packt.java9.by.example.mastermind; import javax.inject.Inject; import javax.inject.Named; ...
Read now
Unlock full access