Package | Description |
---|---|
flux |
File Orchestration Solutions for Banking and Finance
|
flux.logging |
Logging
|
Modifier and Type | Field and Description |
---|---|
static LoggerType |
Configuration.DEFAULT_LOGGER_TYPE
Default value is internal asynchronous.
|
Modifier and Type | Field and Description |
---|---|
static java.util.Set<LoggerType> |
Configuration.DEFAULT_LOGGER_TYPES
Default value is a java.util.Set containing LoggerType.ASYNCHRONOUS.
|
Modifier and Type | Method and Description |
---|---|
LoggerType |
Configuration.getLoggerType()
Returns the LOGGER_TYPE configuration property.
|
Modifier and Type | Method and Description |
---|---|
java.util.Set<LoggerType> |
Configuration.getLoggerTypes()
Returns the LOGGER_TYPES configuration property.
|
Modifier and Type | Method and Description |
---|---|
void |
Configuration.setLoggerType(LoggerType loggerType)
Sets the LOGGER_TYPE configuration property.
|
Modifier and Type | Method and Description |
---|---|
void |
Configuration.setLoggerTypes(java.util.Set<LoggerType> loggerTypes)
Sets the LOGGER_TYPES configuration property.
|
Modifier and Type | Method and Description |
---|---|
static LoggerType |
LoggerType.valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name.
|
static LoggerType[] |
LoggerType.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
Modifier and Type | Method and Description |
---|---|
boolean |
Logger.isLoggable(Level level,
LoggerType loggerType)
Returns true if and only if logging is enabled at a level that is equal to
or less than the specfied level and one of the configured loggers matches
the specified logger type.
|
© 2000-2025 Flux Corporation. All rights reserved.