Package org.keycloak.config
Class LoggingOptions
java.lang.Object
org.keycloak.config.LoggingOptions
-
Nested Class Summary
Nested ClassesModifier and TypeClassDescriptionstatic enumstatic enumstatic enum -
Field Summary
FieldsModifier and TypeFieldDescriptionstatic final LoggingOptions.Outputstatic final Stringstatic final LoggingOptions.Handlerstatic final LoggingOptions.Levelstatic final Stringstatic final LoggingOptions.Outputstatic final Booleanstatic final Option<List<LoggingOptions.Handler>>static final Option<LoggingOptions.Output>static final Option<LoggingOptions.Output>static final Option<LoggingOptions.Output> -
Constructor Summary
Constructors -
Method Summary
-
Field Details
-
DEFAULT_LOG_HANDLER
-
DEFAULT_LOG_LEVEL
-
DEFAULT_CONSOLE_OUTPUT
-
DEFAULT_SYSLOG_OUTPUT
-
DEFAULT_LOG_FILENAME
- See Also:
-
DEFAULT_LOG_PATH
-
GELF_ACTIVATED
-
LOG
-
LOG_LEVEL
-
LOG_CONSOLE_OUTPUT
-
LOG_CONSOLE_FORMAT
-
LOG_CONSOLE_COLOR
-
LOG_CONSOLE_ENABLED
-
LOG_FILE_ENABLED
-
LOG_FILE
-
LOG_FILE_FORMAT
-
LOG_FILE_OUTPUT
-
LOG_SYSLOG_ENABLED
-
LOG_SYSLOG_ENDPOINT
-
LOG_SYSLOG_APP_NAME
-
LOG_SYSLOG_PROTOCOL
-
LOG_SYSLOG_FORMAT
-
LOG_SYSLOG_OUTPUT
-
LOG_GELF_ENABLED
-
LOG_GELF_LEVEL
-
LOG_GELF_HOST
-
LOG_GELF_PORT
-
LOG_GELF_VERSION
-
LOG_GELF_INCLUDE_STACK_TRACE
-
LOG_GELF_TIMESTAMP_FORMAT
-
LOG_GELF_FACILITY
-
LOG_GELF_MAX_MSG_SIZE
-
LOG_GELF_INCLUDE_LOG_MSG_PARAMS
-
LOG_GELF_INCLUDE_LOCATION
-
-
Constructor Details
-
LoggingOptions
public LoggingOptions()
-
-
Method Details
-
getAvailableHandlerNames
-