Uses of Class
io.quarkiverse.loggingjson.config.Config
-
Packages that use Config Package Description io.quarkiverse.loggingjson -
-
Uses of Config in io.quarkiverse.loggingjson
Methods in io.quarkiverse.loggingjson with parameters of type Config Modifier and Type Method Description io.quarkus.runtime.RuntimeValue<Optional<Formatter>>LoggingJsonRecorder. initializeConsoleJsonLogging(Config config, JsonFactory jsonFactory)io.quarkus.runtime.RuntimeValue<Optional<Formatter>>LoggingJsonRecorder. initializeFileJsonLogging(Config config, JsonFactory jsonFactory)io.quarkus.runtime.RuntimeValue<Optional<Formatter>>LoggingJsonRecorder. initializeJsonLogging(ConfigFormatter formatter, Config config, JsonFactory jsonFactory)Constructors in io.quarkiverse.loggingjson with parameters of type Config Constructor Description JsonFormatter(List<JsonProvider> providers, JsonFactory jsonFactory, Config config)
-