Uses of Enum Class
weka.knowledgeflow.LoggingLevel
Packages that use LoggingLevel
-
Uses of LoggingLevel in weka.knowledgeflow
Fields in weka.knowledgeflow declared as LoggingLevelMethods in weka.knowledgeflow that return LoggingLevelModifier and TypeMethodDescriptionBaseExecutionEnvironment.getLoggingLevel()Get the logging level in useExecutionEnvironment.getLoggingLevel()Get the logging level in useFlowExecutor.getLoggingLevel()Get the logging level to log atFlowRunner.getLoggingLevel()Get the logging level to useLogManager.getLoggingLevel()Get the logging level in useStepManager.getLoggingLevel()Get the currently set logging levelStepManagerImpl.getLoggingLevel()Get the logging level in usestatic LoggingLevelLoggingLevel.stringToLevel(String s) Return LoggingLevel given its name as a stringstatic LoggingLevelReturns the enum constant of this class with the specified name.static LoggingLevel[]LoggingLevel.values()Returns an array containing the constants of this enum class, in the order they are declared.Methods in weka.knowledgeflow with parameters of type LoggingLevelModifier and TypeMethodDescriptionvoidLogManager.log(String message, LoggingLevel messageLevel) Log a message at the supplied levelvoidStepManager.log(String message, LoggingLevel level) Write a message to the log at the given logging levelvoidStepManagerImpl.log(String message, LoggingLevel level) Log a message at the supplied logging levelvoidBaseExecutionEnvironment.setLoggingLevel(LoggingLevel level) Set the logging level to usevoidExecutionEnvironment.setLoggingLevel(LoggingLevel level) Set the logging level to usevoidFlowExecutor.setLoggingLevel(LoggingLevel level) Set the level to log atvoidFlowRunner.setLoggingLevel(LoggingLevel level) Set the logging level to usevoidLogManager.setLoggingLevel(LoggingLevel level) Set the logging level to usevoidStepManagerImpl.setLoggingLevel(LoggingLevel newLevel) Set the logging level to use -
Uses of LoggingLevel in weka.knowledgeflow.steps
Methods in weka.knowledgeflow.steps that return LoggingLevelMethods in weka.knowledgeflow.steps with parameters of type LoggingLevelModifier and TypeMethodDescriptionvoidWriteWekaLog.setLoggingLevel(LoggingLevel level) Set the logging level to use