| Package | Description |
|---|---|
| io.quarkus.runtime | |
| io.quarkus.runtime.logging | |
| io.quarkus.runtime.shutdown |
| Modifier and Type | Field and Description |
|---|---|
Optional<String> |
CommandLineRuntimeConfig.args
The arguments passed to the command line.
|
int |
ThreadPoolConfig.coreThreads
The core thread pool size.
|
Locale |
LocalesBuildTimeConfig.defaultLocale
Default locale that can be consumed by the extensions.
|
boolean |
BannerRuntimeConfig.enabled
Whether or not the banner will be displayed
|
float |
ThreadPoolConfig.growthResistance
The executor growth resistance.
|
Duration |
ThreadPoolConfig.keepAliveTime
The amount of time a thread will stay alive with no work.
|
Set<Locale> |
LocalesBuildTimeConfig.locales
The set of supported locales that can be consumed by the extensions.
|
OptionalInt |
ThreadPoolConfig.maxThreads
The maximum number of threads.
|
Optional<String> |
ApplicationConfig.name
The name of the application.
|
Optional<String> |
LiveReloadConfig.password
Password used to use to connect to the remote dev-mode application
|
boolean |
ThreadPoolConfig.prefill
Prefill core thread pool.
|
(package private) Optional<String> |
TopLevelRootConfig.profile
Profile that will be active when Quarkus launches
Default value is 'prod'
|
OptionalInt |
ThreadPoolConfig.queueSize
The queue size.
|
Optional<Duration> |
ThreadPoolConfig.shutdownCheckInterval
The frequency at which the status of the thread pool should be checked during shutdown.
|
Duration |
ThreadPoolConfig.shutdownInterrupt
The amount of time to wait for thread pool shutdown before tasks should be interrupted.
|
Duration |
ThreadPoolConfig.shutdownTimeout
The shutdown timeout.
|
Optional<String> |
LiveReloadConfig.url
URL used to use to connect to the remote dev-mode application
|
Optional<String> |
ApplicationConfig.version
The version of the application.
|
Optional<List<String>> |
LiveReloadConfig.watchedResources
The names of additional resource files to watch for changes, triggering a reload on change.
|
| Modifier and Type | Field and Description |
|---|---|
(package private) Optional<String> |
SyslogConfig.appName
The app name used when formatting the message in RFC5424 format
|
(package private) boolean |
SyslogConfig.blockOnReconnect
Enables or disables blocking when attempting to reconnect a
TCP or SSL TCP protocol |
Map<String,CategoryConfig> |
LogConfig.categories
Logging categories.
|
(package private) Optional<Boolean> |
ConsoleConfig.color
If the console logging should be in color.
|
Map<String,ConsoleConfig> |
LogConfig.consoleHandlers
Console handlers.
|
(package private) int |
ConsoleConfig.darken
Specify how much the colors should be darkened.
|
(package private) boolean |
FileConfig.enable
If file logging should be enabled
|
(package private) boolean |
SyslogConfig.enable
If syslog logging should be enabled
|
(package private) boolean |
AsyncConfig.enable
Indicates whether to log asynchronously
|
(package private) boolean |
ConsoleConfig.enable
If console logging should be enabled
|
(package private) InetSocketAddress |
SyslogConfig.endpoint
The IP address and port of the syslog server
|
(package private) org.jboss.logmanager.handlers.SyslogHandler.Facility |
SyslogConfig.facility
Sets the facility used when calculating the priority of the message as defined by RFC-5424 and RFC-3164
|
Map<String,FileConfig> |
LogConfig.fileHandlers
File handlers.
|
(package private) Optional<String> |
FileConfig.RotationConfig.fileSuffix
File handler rotation file suffix.
|
Map<String,CleanupFilterConfig> |
LogConfig.filters
Log cleanup filters - internal use.
|
(package private) String |
FileConfig.format
The log format
|
(package private) String |
SyslogConfig.format
The log message format
|
(package private) String |
ConsoleConfig.format
The log format.
|
(package private) Optional<List<String>> |
CategoryConfig.handlers
The names of the handlers to link to this category.
|
(package private) Optional<String> |
SyslogConfig.hostname
The name of the host the messages are being sent from
|
(package private) List<String> |
CleanupFilterConfig.ifStartsWith
The message starts to match
|
(package private) Level |
FileConfig.level
The level of logs to be written into the file.
|
Level |
LogConfig.level
The log level of the root category, which is used as the default log level for all categories.
|
(package private) InheritableLevel |
CategoryConfig.level
The log level level for this category
|
(package private) Level |
SyslogConfig.level
The log level specifying, which message levels will be logged by syslog logger
|
(package private) Level |
ConsoleConfig.level
The console log level.
|
(package private) int |
FileConfig.RotationConfig.maxBackupIndex
The maximum number of backups to keep.
|
(package private) Optional<MemorySize> |
FileConfig.RotationConfig.maxFileSize
The maximum file size of the log file after which a rotation is executed.
|
Level |
LogConfig.minLevel
Deprecated.
this functionality was never implemented, it may be deleted or implemented in a future release.
|
(package private) org.jboss.logmanager.handlers.AsyncHandler.OverflowAction |
AsyncConfig.overflow
Determine whether to block the publisher (rather than drop the message) when the queue is full
|
(package private) File |
FileConfig.path
The name of the file in which logs will be written.
|
(package private) org.jboss.logmanager.handlers.SyslogHandler.Protocol |
SyslogConfig.protocol
Sets the protocol used to connect to the syslog server
|
(package private) int |
AsyncConfig.queueLength
The queue length to use before flushing writing
|
(package private) boolean |
FileConfig.RotationConfig.rotateOnBoot
Indicates whether to rotate log files on server initialization.
|
Map<String,SyslogConfig> |
LogConfig.syslogHandlers
Syslog handlers.
|
(package private) org.jboss.logmanager.handlers.SyslogHandler.SyslogType |
SyslogConfig.syslogType
Set the
syslog type this handler should use to format the message sent |
(package private) Level |
CleanupFilterConfig.targetLevel
The new log level for the filtered message, defaults to DEBUG
|
(package private) boolean |
SyslogConfig.truncate
Set to
true if the message should be truncated |
(package private) boolean |
SyslogConfig.useCountingFraming
Set to
true if the message being sent should be prefixed with the size of the message |
(package private) boolean |
CategoryConfig.useParentHandlers
Specify whether or not this logger should send its output to its parent Logger
|
| Modifier and Type | Field and Description |
|---|---|
Optional<Duration> |
ShutdownConfig.timeout
The timeout to wait for running requests to finish.
|
Copyright © 2020 JBoss by Red Hat. All rights reserved.