Package elki.workflow
Class LoggingStep
- java.lang.Object
-
- elki.workflow.LoggingStep
-
- All Implemented Interfaces:
WorkflowStep
public class LoggingStep extends java.lang.Object implements WorkflowStep
Pseudo-step to configure logging / verbose mode.- Since:
- 0.4.0
- Author:
- Erich Schubert
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description static class
LoggingStep.Par
Parameterization class.
-
Constructor Summary
Constructors Constructor Description LoggingStep(java.util.logging.Level verbose, java.lang.String[][] levels)
Constructor.
-