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 LoggingLevel
LoggingLevel.stringToLevel
(String s) Return LoggingLevel given its name as a stringstatic LoggingLevel
Returns 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 TypeMethodDescriptionvoid
LogManager.log
(String message, LoggingLevel messageLevel) Log a message at the supplied levelvoid
StepManager.log
(String message, LoggingLevel level) Write a message to the log at the given logging levelvoid
StepManagerImpl.log
(String message, LoggingLevel level) Log a message at the supplied logging levelvoid
BaseExecutionEnvironment.setLoggingLevel
(LoggingLevel level) Set the logging level to usevoid
ExecutionEnvironment.setLoggingLevel
(LoggingLevel level) Set the logging level to usevoid
FlowExecutor.setLoggingLevel
(LoggingLevel level) Set the level to log atvoid
FlowRunner.setLoggingLevel
(LoggingLevel level) Set the logging level to usevoid
LogManager.setLoggingLevel
(LoggingLevel level) Set the logging level to usevoid
StepManagerImpl.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 TypeMethodDescriptionvoid
WriteWekaLog.setLoggingLevel
(LoggingLevel level) Set the logging level to use