| Package | Description |
|---|---|
| weka.knowledgeflow |
| Modifier and Type | Field and Description |
|---|---|
static LoggingLevel |
KFDefaults.LOGGING_LEVEL |
| Modifier and Type | Method and Description |
|---|---|
LoggingLevel |
StepManager.getLoggingLevel()
Get the currently set logging level
|
LoggingLevel |
BaseExecutionEnvironment.getLoggingLevel()
Get the logging level in use
|
LoggingLevel |
LogHandler.getLoggingLevel()
Get the logging level in use
|
LoggingLevel |
FlowExecutor.getLoggingLevel()
Get the logging level to log at
|
LoggingLevel |
FlowRunner.getLoggingLevel()
Get the logging level to use
|
LoggingLevel |
ExecutionEnvironment.getLoggingLevel()
Get the logging level in use
|
LoggingLevel |
StepManagerImpl.getLoggingLevel()
Get the logging level in use
|
static LoggingLevel |
LoggingLevel.stringToLevel(String s)
Return LoggingLevel given its name as a string
|
static LoggingLevel |
LoggingLevel.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static LoggingLevel[] |
LoggingLevel.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
| Modifier and Type | Method and Description |
|---|---|
void |
StepManager.log(String message,
LoggingLevel level)
Write a message to the log at the given logging level
|
void |
LogHandler.log(String message,
LoggingLevel messageLevel)
Log a message at the supplied level
|
void |
StepManagerImpl.log(String message,
LoggingLevel level)
Log a message at the supplied logging level
|
void |
BaseExecutionEnvironment.setLoggingLevel(LoggingLevel level)
Set the logging level to use
|
void |
LogHandler.setLoggingLevel(LoggingLevel level)
Set the logging level to use
|
void |
FlowExecutor.setLoggingLevel(LoggingLevel level)
Set the level to log at
|
void |
FlowRunner.setLoggingLevel(LoggingLevel level)
Set the logging level to use
|
void |
ExecutionEnvironment.setLoggingLevel(LoggingLevel level)
Set the logging level to use
|
void |
StepManagerImpl.setLoggingLevel(LoggingLevel newLevel)
Set the logging level to use
|
Copyright © 2016 University of Waikato, Hamilton, NZ. All Rights Reserved.