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 LoggerObjectCopyHelper. LOGGERfor logging.protected static LoggerStoppableUtils. LOGGERthe 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 LoggerBzip2Utils. LOGGERfor logging errors.protected static LoggerGzipUtils. LOGGERfor logging errors.protected static LoggerLzfUtils. LOGGERfor logging errors.protected static LoggerLzmaUtils. LOGGERfor logging errors.protected static LoggerRarUtils. LOGGERfor logging errors.protected static LoggerTarUtils. LOGGERfor logging errors.protected static LoggerXzUtils. LOGGERfor logging errors.protected static LoggerZipUtils. LOGGERfor logging errors.protected static LoggerZstdUtils. LOGGERfor 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 LoggerAbstractFileSearchHandler. LOGGERfor 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 LoggerLoggingHelper. m_Globalthe global logger instance.protected LoggerConsoleLoggingObject. m_Loggerthe logger in use.protected LoggerLoggingObject. m_Loggerthe logger in use.Methods in adams.core.logging that return Logger Modifier and Type Method Description static LoggerLoggingHelper. getConsoleLogger(Class cls)Returns a console logger with the log level for the specified class.static LoggerLoggingHelper. getConsoleLogger(Class cls, Level defLevel)Returns a console logger with the log level for the specified class.static LoggerLoggingHelper. getConsoleLogger(String name)Returns a console logger with the log level for the specified class.static LoggerLoggingHelper. getConsoleLogger(String name, Level defLevel)Returns a console logger with the log level for the specified class.LoggerConsoleLoggingObject. getLogger()Returns the logger in use.static LoggerLogger. getLogger(String name)Returns a logger for the name.static LoggerLoggingHelper. getLogger(Class cls)Returns the a logger with the log level for the specified class.static LoggerLoggingHelper. getLogger(Class cls, Level defLevel)Returns the a logger with the log level for the specified class.static LoggerLoggingHelper. getLogger(String name)Returns the a logger with the specified name.static LoggerLoggingHelper. getLogger(String name, Level defLevel)Returns the a logger with the specified name.LoggerLoggingObject. getLogger()Returns the logger in use.LoggerLoggingSupporter. getLogger()Returns the logger in use.LoggerLogManager. getLogger(String name)Returns a logger for the name.static LoggerLoggingHelper. global()Returns the global console logger instance.Methods in adams.core.logging with parameters of type Logger Modifier and Type Method Description static booleanLoggingHelper. isAtLeast(Logger logger, Level levelMin)Checks whether the logger has at least the specified level set.static booleanLoggingHelper. 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 LoggerFileBrowser. LOGGER -
Uses of Logger in adams.core.option
Fields in adams.core.option declared as Logger Modifier and Type Field Description protected static LoggerOptionUtils. LOGGERthe logger to use.Methods in adams.core.option with parameters of type Logger Modifier and Type Method Description StringAbstractArgumentOption. 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.StringOptionManager. 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 LoggerAbstractHelpGenerator. LOGGERfor 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 BufferedImageXScreenMaskHelper. 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 voidXScreenMaskHelper. binarizeMask(int[][] mask, int threshold, boolean down, Logger log)Given a previously generated mask, this binarizes the mask given a threshold.static intXScreenMaskHelper. 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 LoggerLOWESS. m_Loggerthe logger. -
Uses of Logger in adams.db
Fields in adams.db declared as Logger Modifier and Type Field Description protected static LoggerMetaDataUtils. LOGGERfor logging.protected static LoggerSQLUtils. LOGGERthe static logger. -
Uses of Logger in adams.flow.sink
Fields in adams.flow.sink declared as Logger Modifier and Type Field Description protected LoggerJavaLogging. m_ActualLoggerthe 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 LoggerLocatedObjects. m_Loggerthe logger in use.Methods in adams.flow.transformer.locateobjects that return Logger Modifier and Type Method Description LoggerLocatedObjects. 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 LoggerSimpleSend. m_Loggerfor logging purposes.protected LoggerSimpleSendWithQueue. m_Loggerfor logging purposes.Methods in adams.flow.websocket.client that return Logger Modifier and Type Method Description protected LoggerSimpleSend. getLogger()Returns the logger instance to use.protected LoggerSimpleSendWithQueue. 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 LoggerEchoServer. m_Loggerfor logging purposes.Methods in adams.flow.websocket.server that return Logger Modifier and Type Method Description protected LoggerEchoServer. 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 LoggerAbstractApplicationFrame. m_Loggerthe logger to use.Methods in adams.gui.application that return Logger Modifier and Type Method Description LoggerAbstractApplicationFrame. getLogger()Returns the logger in use.protected LoggerAbstractMenuItemDefinition. getLogger()Returns the logger.LoggerChild. getLogger()Returns the logger.LoggerChildFrame. 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 LoggerJTableHelper. LOGGERfor logging.protected LoggerAbstractBaseTableModel. m_Loggerthe logger in use.protected LoggerBaseFrame. m_Loggerfor logging.protected LoggerBaseWindow. m_Loggerthe logger.Methods in adams.gui.core that return Logger Modifier and Type Method Description LoggerAbstractBaseTableModel. getLogger()Returns the logger in use.LoggerBaseFrame. getLogger()Returns the logger in use.LoggerBaseWindow. 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 LoggerFlowPanel. m_Loggerthe logger instance.Methods in adams.gui.flow that return Logger Modifier and Type Method Description LoggerFlowPanel. 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 LoggerAbstractActorSwapSuggestion. LOGGERthe 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 LoggerAbstractEncloseActor. LOGGERthe 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 LoggerAbstractEditorRegistration. LOGGERthe static logger.protected static LoggerGenericArrayEditor. LOGGERfor logging.protected static LoggerGenericObjectEditor. LOGGERfor logging.protected LoggerAbstractEditorRegistration. m_Loggerthe logger in use.Methods in adams.gui.goe that return Logger Modifier and Type Method Description protected LoggerAbstractEditorRegistration. 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 LoggerAbstractManagementPanel. m_Loggerthe logger instance to use.protected LoggerFindInFilesPanel. m_Loggerfor logging.protected LoggerSSHPanel. m_Loggerthe logger in use.Methods in adams.gui.tools that return Logger Modifier and Type Method Description LoggerAbstractManagementPanel. getLogger()Returns the logger in use.LoggerSSHPanel. 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 SpreadSheetPredictionUtils. 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 SpreadSheetPredictionUtils. 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 SpreadSheetPredictionUtils. 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 LoggerPDFPanel. m_Loggerfor logging.Methods in adams.gui.visualization.pdf that return Logger Modifier and Type Method Description LoggerPDFPanel. 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 LoggerAbstractWizardPane. m_Loggerthe logger to use.Methods in adams.gui.wizard that return Logger Modifier and Type Method Description LoggerAbstractWizardPage. getLogger()Returns the logger in use.LoggerAbstractWizardPane. 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 LoggerParser. getLogger()Returns the logger. -
Uses of Logger in adams.parser.spreadsheetquery
Methods in adams.parser.spreadsheetquery that return Logger Modifier and Type Method Description LoggerParser. getLogger()Returns the logger.
-