com.phoenixst.plexus.util
public class LoggingTraverser extends LoggingIterator implements Traverser
Traverser
which wraps another to provide logging
support.
Since: 1.0
Version: $Revision: 1.3 $
Constructor Summary | |
---|---|
LoggingTraverser(Traverser delegate)
Creates a new LoggingTraverser which
logs to a category corresponding to this class at
the DEBUG level. | |
LoggingTraverser(Traverser delegate, Logger logger)
Creates a new LoggingTraverser which uses
the specified log at the DEBUG level. | |
LoggingTraverser(Traverser delegate, Logger logger, Level level)
Creates a new LoggingTraverser . |
Method Summary | |
---|---|
Graph.Edge | getEdge() |
void | removeEdge() |
LoggingTraverser
which
logs to a category corresponding to this class at
the DEBUG level.LoggingTraverser
which uses
the specified log at the DEBUG level.LoggingTraverser
.