de.lmu.ifi.dbs.elki.workflow
Class LoggingStep

java.lang.Object
  extended by de.lmu.ifi.dbs.elki.workflow.LoggingStep
All Implemented Interfaces:
InspectionUtilFrequentlyScanned, Parameterizable, WorkflowStep

public class LoggingStep
extends Object
implements WorkflowStep

Pseudo-step to configure logging / verbose mode.


Nested Class Summary
static class LoggingStep.Parameterizer
          Parameterization class.
 
Field Summary
private static Logging logger
          Logger
 
Constructor Summary
LoggingStep(boolean verbose, String[][] levels)
          Constructor.
 
Method Summary
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

logger

private static final Logging logger
Logger

Constructor Detail

LoggingStep

public LoggingStep(boolean verbose,
                   String[][] levels)
Constructor.

Parameters:
verbose - Verbose flag
levels - Level settings array

Release 0.4.0 (2011-09-20_1324)