Uses of Class
flux.logging.Level

Packages that use Level
flux File Orchestration Solutions for Banking and Finance 
flux.logging Logging 
 

Uses of Level in flux
 

Fields in flux declared as Level
static Level Configuration.DEFAULT_INTERNAL_LOGGER_LEVEL
          The default value is Level.INFO.
 

Methods in flux that return Level
 Level Configuration.getInternalLoggerLevel()
          Returns the INTERNAL_LOGGER_LEVEL configuration property.
 

Methods in flux with parameters of type Level
 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.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.
 void Configuration.setInternalLoggerLevel(Level internalLoggerLevel)
          Sets the INTERNAL_LOGGER_LEVEL configuration property.
 

Uses of Level in flux.logging
 

Methods in flux.logging that return Level
 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.
 

Methods in flux.logging with parameters of type Level
 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.
 



© 2014 Flux Corporation. All rights reserved.