Unified Logging (GC, Class Loading, ) in Java 9 with the -Xlog Option

Java 9 introduces unified logging, a central mechanism configurable with -Xlog to observe class loading, threading, garbage collector, module system, etc. Read more

Similar