Summary Introduce a common logging system for all components of the JVM. Goals Common command-line options for all logging Log messages are categorized using tags (e.g. compiler, gc, classload, metaspace, svc, jfr, ...). One message can have multiple tags (tag-set) Logging is performed at different levels: error, warning, info, debug, trace, develop. Possible to select what messages that are logge