Package | Description |
---|---|
flux |
File Orchestration Solutions for Banking and Finance
|
flux.agent |
Execution of processes on remote computers to increase overall
system throughput and to allow processes to run on computers that
contain unique resources
|
flux.logging |
Logging
|
Modifier and Type | Field and Description |
---|---|
static Level |
Configuration.DEFAULT_INTERNAL_LOGGER_LEVEL
The default value is Level.INFO.
|
Modifier and Type | Method and Description |
---|---|
Level |
Configuration.getInternalLoggerLevel()
Returns the INTERNAL_LOGGER_LEVEL configuration property.
|
Modifier and Type | Method and Description |
---|---|
LogIterator |
Engine.scanLogs(java.lang.String namespace,
java.util.Date lowerBound,
java.util.Date upperBound,
Level loggingLevel,
java.lang.String logger,
java.lang.String messageFilter,
java.lang.String engineName)
Returns an ordered result of log entries from the Flux logs.
|
LogIterator |
Engine.scanLogs(java.lang.String namespace,
java.util.Date lowerBound,
java.util.Date upperBound,
Level loggingLevel,
java.lang.String logger,
java.lang.String messageFilter,
java.lang.String engineName,
SortOrder sortOrder)
Returns an ordered result of log entries from the Flux logs.
|
LogIterator |
Engine.scanLogs(java.lang.String namespace,
java.util.Date lowerBound,
java.util.Date upperBound,
Level loggingLevel,
java.lang.String logger,
java.lang.String messageFilter,
java.lang.String engineName,
SortOrder sortOrder,
int page)
Returns an ordered result of log entries from the Flux logs.
|
LogIterator |
Engine.scanLogs(java.lang.String namespace,
java.util.Date lowerBound,
java.util.Date upperBound,
Level loggingLevel,
java.lang.String logger,
java.lang.String messageFilter,
java.lang.String engineName,
SortOrder sortOrder,
int page,
int pageSize)
Returns an ordered result of log entries from the Flux logs.
|
LogIterator |
Engine.scanLogsByUser(java.lang.String namespace,
java.util.Date lowerBound,
java.util.Date upperBound,
Level loggingLevel,
java.lang.String logger,
java.lang.String messageFilter,
java.lang.String engineName,
java.lang.String username)
Returns an ordered result of log entries from the Flux logs.
|
LogIterator |
Engine.scanLogsByUser(java.lang.String namespace,
java.util.Date lowerBound,
java.util.Date upperBound,
Level loggingLevel,
java.lang.String logger,
java.lang.String messageFilter,
java.lang.String engineName,
java.lang.String username,
SortOrder sortOrder)
Returns an ordered result of log entries from the Flux logs.
|
LogIterator |
Engine.scanLogsByUser(java.lang.String namespace,
java.util.Date lowerBound,
java.util.Date upperBound,
Level loggingLevel,
java.lang.String logger,
java.lang.String messageFilter,
java.lang.String engineName,
java.lang.String username,
SortOrder sortOrder,
int page)
Returns an ordered result of log entries from the Flux logs.
|
void |
Configuration.setInternalLoggerLevel(Level internalLoggerLevel)
Sets the INTERNAL_LOGGER_LEVEL configuration property.
|
Modifier and Type | Field and Description |
---|---|
static Level |
AgentConfiguration.DEFAULT_INTERNAL_LOGGER_LEVEL
The default value is Level.INFO.
|
Modifier and Type | Method and Description |
---|---|
Level |
AgentConfiguration.getInternalLoggerLevel()
Returns the INTERNAL_LOGGER_LEVEL agent configuration property.
|
Modifier and Type | Method and Description |
---|---|
void |
AgentConfiguration.setInternalLoggerLevel(Level internalLoggerLevel)
Sets the INTERNAL_LOGGER_LEVEL agent configuration property.
|
Modifier and Type | Method and Description |
---|---|
Level |
LogEntry.getLoggingLevel()
Returns the logging level for this log entry.
|
static Level |
Level.valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name.
|
static Level[] |
Level.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)
Returns true if and only if logging is enabled at a level that is equal to
or less than the specfied level.
|
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.
|
void |
Logger.log(Level level,
java.lang.String message)
Logs a message at the specified level.
|
void |
Logger.log(Level level,
java.lang.String message,
java.lang.Object[] arguments)
Logs a message at the specified level.
|
void |
Logger.log(Level level,
java.lang.String message,
java.lang.Throwable throwable)
Logs a message and a Throwable object at the specified level.
|
void |
Logger.log(Level level,
java.lang.Throwable throwable)
Logs a Throwable object at the specified level.
|
© 2000-2025 Flux Corporation. All rights reserved.