Environment for
DeveLoping
KDD-Applications
Supported by Index-Structures

de.lmu.ifi.dbs.elki.logging
Class StaticLogger

java.lang.Object
  extended by de.lmu.ifi.dbs.elki.logging.AbstractLoggable
      extended by de.lmu.ifi.dbs.elki.logging.StaticLogger
All Implemented Interfaces:
Loggable

public class StaticLogger
extends AbstractLoggable

Subclass of AbstractLoggable , can be used in static environments.

Author:
Steffi Wanka

Field Summary
 
Fields inherited from class de.lmu.ifi.dbs.elki.logging.AbstractLoggable
debug
 
Constructor Summary
StaticLogger(String className)
          Initializes a logger with the given name.
 
Method Summary
 boolean debug()
          Return true if the logger is enabled for debugging, false otherwise.
 
Methods inherited from class de.lmu.ifi.dbs.elki.logging.AbstractLoggable
debugFine, debugFiner, debugFinest, exception, message, progress, progress, progress, verbose, verbose, warning
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

StaticLogger

public StaticLogger(String className)
Initializes a logger with the given name.

Parameters:
className - the name of the logger.
Method Detail

debug

public boolean debug()
Return true if the logger is enabled for debugging, false otherwise.

Returns:
true if the logger is enables for debugging, false otherwise.

Release 0.1 (2008-07-10_1838)