Uses of Enum Class
org.keycloak.config.LoggingOptions.Output
-
Uses of LoggingOptions.Output in org.keycloak.config
Modifier and TypeFieldDescriptionstatic final LoggingOptions.Output
LoggingOptions.DEFAULT_CONSOLE_OUTPUT
static final LoggingOptions.Output
LoggingOptions.DEFAULT_SYSLOG_OUTPUT
Modifier and TypeFieldDescriptionstatic final Option<LoggingOptions.Output>
LoggingOptions.LOG_CONSOLE_OUTPUT
static final Option<LoggingOptions.Output>
LoggingOptions.LOG_FILE_OUTPUT
static final Option<LoggingOptions.Output>
LoggingOptions.LOG_SYSLOG_OUTPUT
Modifier and TypeMethodDescriptionstatic LoggingOptions.Output
Returns the enum constant of this class with the specified name.static LoggingOptions.Output[]
LoggingOptions.Output.values()
Returns an array containing the constants of this enum class, in the order they are declared.