Uses of Class
adams.core.logging.Logger
-
-
Uses of Logger in adams.core
Fields in adams.core declared as Logger Modifier and Type Field Description protected static Logger
ObjectCopyHelper. LOGGER
for logging.protected static Logger
StoppableUtils. LOGGER
the logger in use. -
Uses of Logger in adams.core.io
Fields in adams.core.io declared as Logger Modifier and Type Field Description protected static Logger
Bzip2Utils. LOGGER
for logging errors.protected static Logger
GzipUtils. LOGGER
for logging errors.protected static Logger
LzfUtils. LOGGER
for logging errors.protected static Logger
LzmaUtils. LOGGER
for logging errors.protected static Logger
RarUtils. LOGGER
for logging errors.protected static Logger
TarUtils. LOGGER
for logging errors.protected static Logger
XzUtils. LOGGER
for logging errors.protected static Logger
ZipUtils. LOGGER
for logging errors.protected static Logger
ZstdUtils. LOGGER
for logging errors. -
Uses of Logger in adams.core.io.filesearch
Fields in adams.core.io.filesearch declared as Logger Modifier and Type Field Description protected static Logger
AbstractFileSearchHandler. LOGGER
for logging in static context. -
Uses of Logger in adams.core.logging
Fields in adams.core.logging declared as Logger Modifier and Type Field Description protected static Logger
LoggingHelper. m_Global
the global logger instance.protected Logger
ConsoleLoggingObject. m_Logger
the logger in use.protected Logger
LoggingObject. m_Logger
the logger in use.Methods in adams.core.logging that return Logger Modifier and Type Method Description static Logger
LoggingHelper. getConsoleLogger(Class cls)
Returns a console logger with the log level for the specified class.static Logger
LoggingHelper. getConsoleLogger(Class cls, Level defLevel)
Returns a console logger with the log level for the specified class.static Logger
LoggingHelper. getConsoleLogger(String name)
Returns a console logger with the log level for the specified class.static Logger
LoggingHelper. getConsoleLogger(String name, Level defLevel)
Returns a console logger with the log level for the specified class.Logger
ConsoleLoggingObject. getLogger()
Returns the logger in use.static Logger
Logger. getLogger(String name)
Returns a logger for the name.static Logger
LoggingHelper. getLogger(Class cls)
Returns the a logger with the log level for the specified class.static Logger
LoggingHelper. getLogger(Class cls, Level defLevel)
Returns the a logger with the log level for the specified class.static Logger
LoggingHelper. getLogger(String name)
Returns the a logger with the specified name.static Logger
LoggingHelper. getLogger(String name, Level defLevel)
Returns the a logger with the specified name.Logger
LoggingObject. getLogger()
Returns the logger in use.Logger
LoggingSupporter. getLogger()
Returns the logger in use.Logger
LogManager. getLogger(String name)
Returns a logger for the name.static Logger
LoggingHelper. global()
Returns the global console logger instance.Methods in adams.core.logging with parameters of type Logger Modifier and Type Method Description static boolean
LoggingHelper. isAtLeast(Logger logger, Level levelMin)
Checks whether the logger has at least the specified level set.static boolean
LoggingHelper. isAtMost(Logger logger, Level levelMax)
Checks whether the logger has at most the specified level set. -
Uses of Logger in adams.core.management
Fields in adams.core.management declared as Logger Modifier and Type Field Description protected static Logger
FileBrowser. LOGGER
-
Uses of Logger in adams.core.option
Fields in adams.core.option declared as Logger Modifier and Type Field Description protected static Logger
OptionUtils. LOGGER
the logger to use.Methods in adams.core.option with parameters of type Logger Modifier and Type Method Description String
AbstractArgumentOption. updateVariable(boolean silent, Logger log)
Updates the variable, i.e., retrieves the value for the variable and calls the read-method of this option to set it.String
OptionManager. updateVariableValues(boolean forceUpdate, Logger log)
Updates the variables, i.e., in case an option uses a variable and this variable's value has changed (or update is enforced), the updated value will be set. -
Uses of Logger in adams.core.option.help
Fields in adams.core.option.help declared as Logger Modifier and Type Field Description protected static Logger
AbstractHelpGenerator. LOGGER
for logging in static context. -
Uses of Logger in adams.data.image
Methods in adams.data.image with parameters of type Logger Modifier and Type Method Description static BufferedImage
XScreenMaskHelper. applyMask(BufferedImage image, int[][] mask, int threshold, boolean down, Logger log)
Given a previously generated mask, this uses the data to mask an image.static void
XScreenMaskHelper. binarizeMask(int[][] mask, int threshold, boolean down, Logger log)
Given a previously generated mask, this binarizes the mask given a threshold.static int
XScreenMaskHelper. determineThreshold(int[][] mask, Logger log)
Determine an optimal threshold value. -
Uses of Logger in adams.data.utils
Fields in adams.data.utils declared as Logger Modifier and Type Field Description protected static Logger
LOWESS. m_Logger
the logger. -
Uses of Logger in adams.db
Fields in adams.db declared as Logger Modifier and Type Field Description protected static Logger
MetaDataUtils. LOGGER
for logging.protected static Logger
SQLUtils. LOGGER
the static logger. -
Uses of Logger in adams.flow.sink
Fields in adams.flow.sink declared as Logger Modifier and Type Field Description protected Logger
JavaLogging. m_ActualLogger
the logger in use. -
Uses of Logger in adams.flow.transformer.locateobjects
Fields in adams.flow.transformer.locateobjects declared as Logger Modifier and Type Field Description protected Logger
LocatedObjects. m_Logger
the logger in use.Methods in adams.flow.transformer.locateobjects that return Logger Modifier and Type Method Description Logger
LocatedObjects. getLogger()
Returns the logger instance. -
Uses of Logger in adams.flow.websocket.client
Fields in adams.flow.websocket.client declared as Logger Modifier and Type Field Description protected Logger
SimpleSend. m_Logger
for logging purposes.protected Logger
SimpleSendWithQueue. m_Logger
for logging purposes.Methods in adams.flow.websocket.client that return Logger Modifier and Type Method Description protected Logger
SimpleSend. getLogger()
Returns the logger instance to use.protected Logger
SimpleSendWithQueue. getLogger()
Returns the logger instance to use.Constructors in adams.flow.websocket.client with parameters of type Logger Constructor Description SimpleSend(URI serverURI, Logger logger)
Initializes the client with the specified URI.SimpleSendWithQueue(URI serverURI, Logger logger, StorageName queue)
Initializes the client with the specified URI. -
Uses of Logger in adams.flow.websocket.server
Fields in adams.flow.websocket.server declared as Logger Modifier and Type Field Description protected Logger
EchoServer. m_Logger
for logging purposes.Methods in adams.flow.websocket.server that return Logger Modifier and Type Method Description protected Logger
EchoServer. getLogger()
Returns the logger instance to use.Constructors in adams.flow.websocket.server with parameters of type Logger Constructor Description EchoServer(InetSocketAddress address, Logger logger)
Instantiates the server with the given address. -
Uses of Logger in adams.gui.application
Fields in adams.gui.application declared as Logger Modifier and Type Field Description protected Logger
AbstractApplicationFrame. m_Logger
the logger to use.Methods in adams.gui.application that return Logger Modifier and Type Method Description Logger
AbstractApplicationFrame. getLogger()
Returns the logger in use.protected Logger
AbstractMenuItemDefinition. getLogger()
Returns the logger.Logger
Child. getLogger()
Returns the logger.Logger
ChildFrame. getLogger()
Returns the logger. -
Uses of Logger in adams.gui.core
Fields in adams.gui.core declared as Logger Modifier and Type Field Description protected static Logger
JTableHelper. LOGGER
for logging.protected Logger
AbstractBaseTableModel. m_Logger
the logger in use.protected Logger
BaseFrame. m_Logger
for logging.protected Logger
BaseWindow. m_Logger
the logger.Methods in adams.gui.core that return Logger Modifier and Type Method Description Logger
AbstractBaseTableModel. getLogger()
Returns the logger in use.Logger
BaseFrame. getLogger()
Returns the logger in use.Logger
BaseWindow. getLogger()
Returns the logger in use. -
Uses of Logger in adams.gui.flow
Fields in adams.gui.flow declared as Logger Modifier and Type Field Description protected Logger
FlowPanel. m_Logger
the logger instance.Methods in adams.gui.flow that return Logger Modifier and Type Method Description Logger
FlowPanel. getLogger()
Returns the logger in use. -
Uses of Logger in adams.gui.flow.tree.actorswap
Fields in adams.gui.flow.tree.actorswap declared as Logger Modifier and Type Field Description protected static Logger
AbstractActorSwapSuggestion. LOGGER
the logger for static methods. -
Uses of Logger in adams.gui.flow.tree.enclose
Fields in adams.gui.flow.tree.enclose declared as Logger Modifier and Type Field Description protected static Logger
AbstractEncloseActor. LOGGER
the logger for static methods. -
Uses of Logger in adams.gui.goe
Fields in adams.gui.goe declared as Logger Modifier and Type Field Description protected static Logger
AbstractEditorRegistration. LOGGER
the static logger.protected static Logger
GenericArrayEditor. LOGGER
for logging.protected static Logger
GenericObjectEditor. LOGGER
for logging.protected Logger
AbstractEditorRegistration. m_Logger
the logger in use.Methods in adams.gui.goe that return Logger Modifier and Type Method Description protected Logger
AbstractEditorRegistration. getLogger()
Returns the logger in use. -
Uses of Logger in adams.gui.tools
Fields in adams.gui.tools declared as Logger Modifier and Type Field Description protected Logger
FindInFilesPanel. m_Logger
for logging.protected Logger
SSHPanel. m_Logger
the logger in use.Methods in adams.gui.tools that return Logger Modifier and Type Method Description Logger
SSHPanel. getLogger()
Returns the logger in use. -
Uses of Logger in adams.gui.tools.wekainvestigator.tab.classifytab.output.repeated
Methods in adams.gui.tools.wekainvestigator.tab.classifytab.output.repeated with parameters of type Logger Modifier and Type Method Description static SpreadSheet
PredictionUtils. calcStats(WekaEvaluationContainer[] conts, SpreadSheet additional, MessageCollection errors, CenterStatistic centerStat, LowerStatistic lowerStat, UpperStatistic upperStat, int numDecimals, Logger logger, gnu.trove.list.TIntList cols, boolean addActual)
Generates a spreadsheet with the statistics.static SpreadSheet
PredictionUtils. calcStats(ResultItem item, MessageCollection errors, CenterStatistic centerStat, LowerStatistic lowerStat, UpperStatistic upperStat, int numDecimals, Logger logger, gnu.trove.list.TIntList cols)
Generates a spreadsheet with the statistics.static SpreadSheet
PredictionUtils. calcStats(ResultItem item, MessageCollection errors, CenterStatistic centerStat, LowerStatistic lowerStat, UpperStatistic upperStat, int numDecimals, Logger logger, gnu.trove.list.TIntList cols, boolean addActual)
Generates a spreadsheet with the statistics. -
Uses of Logger in adams.gui.visualization.pdf
Fields in adams.gui.visualization.pdf declared as Logger Modifier and Type Field Description protected Logger
PDFPanel. m_Logger
for logging.Methods in adams.gui.visualization.pdf that return Logger Modifier and Type Method Description Logger
PDFPanel. getLogger()
Returns the logger in use. -
Uses of Logger in adams.gui.wizard
Fields in adams.gui.wizard declared as Logger Modifier and Type Field Description protected Logger
AbstractWizardPane. m_Logger
the logger to use.Methods in adams.gui.wizard that return Logger Modifier and Type Method Description Logger
AbstractWizardPage. getLogger()
Returns the logger in use.Logger
AbstractWizardPane. getLogger()
Returns the logger in use. -
Uses of Logger in adams.parser.lookupupdate
Methods in adams.parser.lookupupdate that return Logger Modifier and Type Method Description Logger
Parser. getLogger()
Returns the logger. -
Uses of Logger in adams.parser.spreadsheetquery
Methods in adams.parser.spreadsheetquery that return Logger Modifier and Type Method Description Logger
Parser. getLogger()
Returns the logger.
-