Uses of Enum Class
weka.knowledgeflow.LoggingLevel
-
Uses of LoggingLevel in weka.knowledgeflow
Modifier 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.Modifier 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
Modifier and TypeMethodDescriptionvoid
WriteWekaLog.setLoggingLevel
(LoggingLevel level) Set the logging level to use