Uses of Class
adams.core.logging.LoggingLevel
-
-
Uses of LoggingLevel in adams.core.command.stderr
Methods in adams.core.command.stderr that return LoggingLevel Modifier and Type Method Description protected LoggingLevel
Log. getDefaultLoggingLevel()
Returns the default logging level to use. -
Uses of LoggingLevel in adams.core.command.stdout
Methods in adams.core.command.stdout that return LoggingLevel Modifier and Type Method Description protected LoggingLevel
Log. getDefaultLoggingLevel()
Returns the default logging level to use. -
Uses of LoggingLevel in adams.core.logging
Fields in adams.core.logging declared as LoggingLevel Modifier and Type Field Description protected LoggingLevel
LoggingObject. m_LoggingLevel
the logging level.Methods in adams.core.logging that return LoggingLevel Modifier and Type Method Description static LoggingLevel
LoggingHelper. getLoggingLevel(Class cls)
Returns the logging level for the specified class.static LoggingLevel
LoggingHelper. getLoggingLevel(Class cls, LoggingLevel defLevel)
Returns the logging level for the specified class.LoggingLevel
LoggingLevelHandler. getLoggingLevel()
Returns the logging level.LoggingLevel
LoggingObject. getLoggingLevel()
Returns the logging level.static LoggingLevel
LoggingLevel. valueOf(String name)
Returns the enum constant of this type with the specified name.static LoggingLevel
LoggingLevel. valueOf(Level level)
Determines the associated LoggingLevel.static LoggingLevel[]
LoggingLevel. values()
Returns an array containing the constants of this enum type, in the order they are declared.Methods in adams.core.logging with parameters of type LoggingLevel Modifier and Type Method Description static LoggingLevel
LoggingHelper. getLoggingLevel(Class cls, LoggingLevel defLevel)
Returns the logging level for the specified class.void
CustomLoggingLevelObject. setLoggingLevel(LoggingLevel value)
Sets the logging level.void
LoggingLevelHandler. setLoggingLevel(LoggingLevel value)
Sets the logging level. -
Uses of LoggingLevel in adams.core.option
Methods in adams.core.option that return LoggingLevel Modifier and Type Method Description protected LoggingLevel
AbstractOptionHandler. getDefaultLoggingLevel()
Returns the default logging level to use.LoggingLevel
OptionConsumer. getLoggingLevel()
Returns the logging level.LoggingLevel
OptionProducer. getLoggingLevel()
Returns the logging level.Methods in adams.core.option with parameters of type LoggingLevel Modifier and Type Method Description void
AbstractOptionConsumer. setLoggingLevel(LoggingLevel value)
Sets the logging level.void
AbstractOptionHandler. setLoggingLevel(LoggingLevel value)
Sets the logging level.void
AbstractOptionProducer. setLoggingLevel(LoggingLevel value)
Sets the logging level.void
OptionConsumer. setLoggingLevel(LoggingLevel value)
Sets the logging level.void
OptionProducer. setLoggingLevel(LoggingLevel value)
Sets the logging level. -
Uses of LoggingLevel in adams.data.report
Methods in adams.data.report that return LoggingLevel Modifier and Type Method Description LoggingLevel
Report. getLoggingLevel()
Returns the logging level.Methods in adams.data.report with parameters of type LoggingLevel Modifier and Type Method Description void
Report. setLoggingLevel(LoggingLevel value)
Sets the logging level. -
Uses of LoggingLevel in adams.data.spreadsheet.sql
Methods in adams.data.spreadsheet.sql with parameters of type LoggingLevel Modifier and Type Method Description void
Reader. setLoggingLevel(LoggingLevel value)
Sets the logging level.void
Writer. setLoggingLevel(LoggingLevel value)
Sets the logging level. -
Uses of LoggingLevel in adams.db
Fields in adams.db declared as LoggingLevel Modifier and Type Field Description protected LoggingLevel
ConnectionParameters. m_LoggingLevel
the logging level.Methods in adams.db that return LoggingLevel Modifier and Type Method Description LoggingLevel
AbstractDatabaseConnection. getDefaultLoggingLevel()
Returns the logging level specified in the props file.LoggingLevel
ConnectionParameters. getLoggingLevel()
Returns the logging level.Methods in adams.db with parameters of type LoggingLevel Modifier and Type Method Description void
AbstractDatabaseConnection. setDefaultLoggingLevel(LoggingLevel value)
Sets the default logging level in the props file.void
AbstractDatabaseConnection. setLoggingLevel(LoggingLevel value)
Sets the logging level. -
Uses of LoggingLevel in adams.flow.control
Methods in adams.flow.control with parameters of type LoggingLevel Modifier and Type Method Description void
AbstractDirector. setLoggingLevel(LoggingLevel value)
Sets the logging level.void
AbstractTee. setLoggingLevel(LoggingLevel value)
Sets the logging level.void
FileProcessor. setLoggingLevel(LoggingLevel value)
Sets the logging level.void
LaunchTee. setLoggingLevel(LoggingLevel value)
Sets the logging level.void
LaunchTrigger. setLoggingLevel(LoggingLevel value)
Sets the logging level.void
LoadBalancer. setLoggingLevel(LoggingLevel value)
Sets the logging level.void
LocalScopeSubProcess. setLoggingLevel(LoggingLevel value)
Sets the logging level.void
StorageQueueHandler. setLoggingLevel(LoggingLevel value)
Sets the logging level.void
WhileLoop. setLoggingLevel(LoggingLevel value)
Sets the logging level. -
Uses of LoggingLevel in adams.flow.core
Methods in adams.flow.core with parameters of type LoggingLevel Modifier and Type Method Description void
RunnableWithLogging. setLoggingLevel(LoggingLevel value)
Sets the logging level. -
Uses of LoggingLevel in adams.flow.sink
Fields in adams.flow.sink declared as LoggingLevel Modifier and Type Field Description protected LoggingLevel
JavaLogging. m_LoggerLevel
the logger level.Methods in adams.flow.sink that return LoggingLevel Modifier and Type Method Description LoggingLevel
JavaLogging. getLoggerLevel()
Returns the logging level.Methods in adams.flow.sink with parameters of type LoggingLevel Modifier and Type Method Description void
JavaLogging. setLoggerLevel(LoggingLevel value)
Sets the logging level. -
Uses of LoggingLevel in adams.flow.source
Methods in adams.flow.source with parameters of type LoggingLevel Modifier and Type Method Description void
DirectoryLister. setLoggingLevel(LoggingLevel value)
Sets the logging level. -
Uses of LoggingLevel in adams.flow.source.filesystemsearch
Methods in adams.flow.source.filesystemsearch with parameters of type LoggingLevel Modifier and Type Method Description void
AbstractFtpDirectoryListerBasedSearchlet. setLoggingLevel(LoggingLevel value)
Sets the logging level.void
AbstractLocalDirectoryListerBasedSearchlet. setLoggingLevel(LoggingLevel value)
Sets the logging level.void
AbstractSftpDirectoryListerBasedSearchlet. setLoggingLevel(LoggingLevel value)
Sets the logging level.void
AbstractSmbDirectoryListerBasedSearchlet. setLoggingLevel(LoggingLevel value)
Sets the logging level. -
Uses of LoggingLevel in adams.flow.standalone
Fields in adams.flow.standalone declared as LoggingLevel Modifier and Type Field Description protected LoggingLevel[]
ConsoleWindow. m_Levels
the logging levels to display.Fields in adams.flow.standalone with type parameters of type LoggingLevel Modifier and Type Field Description protected HashSet<LoggingLevel>
ConsoleWindow. m_LookUp
the lookup for the types.Methods in adams.flow.standalone that return LoggingLevel Modifier and Type Method Description LoggingLevel[]
ConsoleWindow. getLevels()
Returns theLoggingLevel
s to display .Methods in adams.flow.standalone with parameters of type LoggingLevel Modifier and Type Method Description void
ConsoleWindow. setLevels(LoggingLevel[] value)
Sets theLoggingLevel
s to display.void
AbstractMutableActorDaemonEvent. setLoggingLevel(LoggingLevel value)
Sets the logging level.void
AbstractMutableStandaloneGroupItem. setLoggingLevel(LoggingLevel value)
Sets the logging level.void
Cron. setLoggingLevel(LoggingLevel value)
Sets the logging level.void
DelayedEvent. setLoggingLevel(LoggingLevel value)
Sets the logging level.void
DeleteDir. setLoggingLevel(LoggingLevel value)
Sets the logging level.void
DeleteFile. setLoggingLevel(LoggingLevel value)
Sets the logging level.void
QueueEvent. setLoggingLevel(LoggingLevel value)
Sets the logging level. -
Uses of LoggingLevel in adams.flow.standalone.logevent
Fields in adams.flow.standalone.logevent declared as LoggingLevel Modifier and Type Field Description protected LoggingLevel
TypeFilter. m_Level
the type of log record to accept.protected LoggingLevel
LevelFilter. m_Maximum
the maximum level to accept.protected LoggingLevel
LevelFilter. m_Minimum
the minimum level to accept.Methods in adams.flow.standalone.logevent that return LoggingLevel Modifier and Type Method Description LoggingLevel
TypeFilter. getLevel()
Returns the logging level of records to accept.LoggingLevel
LevelFilter. getMaximum()
Returns the maximum level of records to accept.LoggingLevel
LevelFilter. getMinimum()
Returns the minimum level of records to accept.Methods in adams.flow.standalone.logevent with parameters of type LoggingLevel Modifier and Type Method Description void
TypeFilter. setLevel(LoggingLevel value)
Sets the logging level of records to accept.void
LevelFilter. setMaximum(LoggingLevel value)
Sets the maximum level of records to accept.void
LevelFilter. setMinimum(LoggingLevel value)
Sets the minimum level of records to accept. -
Uses of LoggingLevel in adams.flow.transformer
Methods in adams.flow.transformer with parameters of type LoggingLevel Modifier and Type Method Description void
AbstractProcessWekaInstanceWithModel. setLoggingLevel(LoggingLevel value)
Sets the logging level.void
WekaFilter. setLoggingLevel(LoggingLevel value)
Sets the logging level. -
Uses of LoggingLevel in adams.gui.application
Fields in adams.gui.application declared as LoggingLevel Modifier and Type Field Description protected LoggingLevel
AbstractApplicationFrame. m_LoggingLevel
the logging level.Methods in adams.gui.application that return LoggingLevel Modifier and Type Method Description LoggingLevel
AbstractApplicationFrame. getLoggingLevel()
Returns the logging level.Methods in adams.gui.application with parameters of type LoggingLevel Modifier and Type Method Description void
AbstractApplicationFrame. setLoggingLevel(LoggingLevel value)
Sets the logging level. -
Uses of LoggingLevel in adams.gui.core
Fields in adams.gui.core declared as LoggingLevel Modifier and Type Field Description protected LoggingLevel
ConsolePanel.ConsolePanelOutputStream. m_Level
the level to use.protected LoggingLevel
AbstractBaseTableModel. m_LoggingLevel
the logging level.Fields in adams.gui.core with type parameters of type LoggingLevel Modifier and Type Field Description protected HashMap<LoggingLevel,AttributeSet>
ConsolePanel.OutputPanel. m_LevelAttributeSets
the level/color association.Methods in adams.gui.core that return LoggingLevel Modifier and Type Method Description LoggingLevel
AbstractBaseTableModel. getLoggingLevel()
Returns the logging level.Methods in adams.gui.core with parameters of type LoggingLevel Modifier and Type Method Description void
ConsolePanel. append(LoggingLevel level, String msg)
Appends the given string to the according panels.void
ConsolePanel. append(Object source, LoggingLevel level, String msg)
Convenience method for outputting exceptions.void
ConsolePanel.OutputPanel. append(LoggingLevel level, String msg)
Appends the given string.void
LogPanel. append(LoggingLevel level, String msg)
Appends the given string.void
SimpleLogPanel. append(LoggingLevel level, String msg)
Appends the given string.static Color
ConsolePanel. levelToColor(LoggingLevel level)
Turns the logging level into a color.protected void
ConsolePanel. notifyListeners(LoggingLevel level, String msg)
Notifies the listeners.void
AbstractBaseTableModel. setLoggingLevel(LoggingLevel value)
Sets the logging level.Constructors in adams.gui.core with parameters of type LoggingLevel Constructor Description ConsolePanelOutputStream(LoggingLevel level)
Initializes the output stream. -
Uses of LoggingLevel in adams.gui.dialog
Fields in adams.gui.dialog with type parameters of type LoggingLevel Modifier and Type Field Description protected BaseComboBox<LoggingLevel>
AbstractDatabaseConnectionPanel. m_ComboBoxLoggingLevel
the combobox for the logging level. -
Uses of LoggingLevel in adams.gui.event
Fields in adams.gui.event declared as LoggingLevel Modifier and Type Field Description protected LoggingLevel
ConsolePanelEvent. m_Level
the logging level.Methods in adams.gui.event that return LoggingLevel Modifier and Type Method Description LoggingLevel
ConsolePanelEvent. getLevel()
Returns the logging level.Constructors in adams.gui.event with parameters of type LoggingLevel Constructor Description ConsolePanelEvent(Object src, LoggingLevel level, String msg)
Initializes the object. -
Uses of LoggingLevel in adams.gui.visualization.sequence
Methods in adams.gui.visualization.sequence with parameters of type LoggingLevel Modifier and Type Method Description void
AbstractXYSequencePaintlet. setLoggingLevel(LoggingLevel value)
Sets the logging level. -
Uses of LoggingLevel in adams.scripting.engine
Methods in adams.scripting.engine with parameters of type LoggingLevel Modifier and Type Method Description void
DefaultMainScriptingEngine. setLoggingLevel(LoggingLevel value)
Sets the logging level. -
Uses of LoggingLevel in adams.scripting.requesthandler
Methods in adams.scripting.requesthandler that return LoggingLevel Modifier and Type Method Description protected LoggingLevel
LoggingHandler. getDefaultLoggingLevel()
Returns the default logging level to use. -
Uses of LoggingLevel in adams.scripting.responsehandler
Methods in adams.scripting.responsehandler that return LoggingLevel Modifier and Type Method Description protected LoggingLevel
LoggingHandler. getDefaultLoggingLevel()
Returns the default logging level to use. -
Uses of LoggingLevel in adams.terminal.application
Methods in adams.terminal.application with parameters of type LoggingLevel Modifier and Type Method Description void
AbstractTerminalApplication. setLoggingLevel(LoggingLevel value)
Sets the logging level.
-