Uses of Class
elki.logging.Logging
-
Packages that use Logging Package Description elki.logging Logging facility for controlling logging behavior of the complete framework.elki.logging.progress Progress status objects (for UI). -
-
Uses of Logging in elki.logging
Fields in elki.logging with type parameters of type Logging Modifier and Type Field Description private static java.util.HashMap<java.lang.String,Logging>Logging. loggersHashMap to keep track of loggers.Methods in elki.logging that return Logging Modifier and Type Method Description static LoggingLogging. getLogger(java.lang.Class<?> c)Retrieve logging utility for a particular class.static LoggingLogging. getLogger(java.lang.String name)Retrieve logging utility for a particular class. -
Uses of Logging in elki.logging.progress
Methods in elki.logging.progress with parameters of type Logging Modifier and Type Method Description voidStepProgress. beginStep(int step, java.lang.String stepTitle, Logging logger)Do a new step and log itvoidFiniteProgress. ensureCompleted(Logging logger)Ensure that the progress was completed, to make progress bars disappearvoidAbstractProgress. incrementProcessed(Logging logger)Increment the processed counter.voidIndefiniteProgress. setCompleted(Logging logger)Set the completion flag and log itvoidStepProgress. setCompleted(Logging logger)Mark the progress as completed and log it.voidAbstractProgress. setProcessed(int processed, Logging logger)Sets the number of items already processed at a time being.Constructors in elki.logging.progress with parameters of type Logging Constructor Description FiniteProgress(java.lang.String task, int total, Logging logger)Constructor with auto-reporting to logging.IndefiniteProgress(java.lang.String task, Logging logger)Constructor with logging.MutableProgress(java.lang.String task, int total, Logging logger)Constructor with logging.
-