|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||
| Packages that use LoggerType | |
|---|---|
| flux | File Orchestration Solutions for Banking and Finance |
| flux.logging | Logging |
| Uses of LoggerType in flux |
|---|
| Fields in flux declared as LoggerType | |
|---|---|
static LoggerType |
Configuration.DEFAULT_LOGGER_TYPE
Default value is internal asynchronous. |
| Fields in flux with type parameters of type LoggerType | |
|---|---|
static java.util.Set<LoggerType> |
Configuration.DEFAULT_LOGGER_TYPES
Default value is a java.util.Set containing LoggerType.ASYNCHRONOUS. |
| Methods in flux that return LoggerType | |
|---|---|
LoggerType |
Configuration.getLoggerType()
Returns the LOGGER_TYPE configuration property. |
| Methods in flux that return types with arguments of type LoggerType | |
|---|---|
java.util.Set<LoggerType> |
Configuration.getLoggerTypes()
Returns the LOGGER_TYPES configuration property. |
| Methods in flux with parameters of type LoggerType | |
|---|---|
void |
Configuration.setLoggerType(LoggerType loggerType)
Sets the LOGGER_TYPE configuration property. |
| Method parameters in flux with type arguments of type LoggerType | |
|---|---|
void |
Configuration.setLoggerTypes(java.util.Set<LoggerType> loggerTypes)
Sets the LOGGER_TYPES configuration property. |
| Uses of LoggerType in flux.logging |
|---|
| Methods in flux.logging that return LoggerType | |
|---|---|
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. |
| Methods in flux.logging with parameters of type LoggerType | |
|---|---|
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. |
|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||