Package eu.mulk.quarkus.googlecloud.jsonlogging.logmanager
@NullMarked
package eu.mulk.quarkus.googlecloud.jsonlogging.logmanager
Integration with JBoss Log Manager and
java.util.logging.
Provides classes that can be used to conveniently configure the JBoss Log Manager (LogManager) as well as java.util.logging to use the Google Cloud
JSON Logging formatter (Formatter).
DefaultEmbeddedConfigurator can be
set as a provided implementation of EmbeddedConfigurator via the
standard ServiceLoader mechanism.
DefaultConsoleHandler can be used
as the target of the handlers property key in LogManager.readConfiguration(java.io.InputStream). This is particularly useful
when used in conjunction with frameworks other than Quarkus (such as Spring Boot). See the class
documentation for details.
-
ClassesClassDescriptionA convenient
ConfiguratorFactoryfor JBoss Log Manager.AConsoleHandlerpreconfigured withFormatter.A convenientEmbeddedConfiguratorfor JBoss Log Manager Embedded (1.1.x and earlier).