avrora.util
Class Verbose

java.lang.Object
  extended byavrora.util.Verbose

public class Verbose
extends java.lang.Object

The Verbose class is used to get instances of Verbose.Printer for reporting the internal operations of parts of Avrora. This class centralizes the management for verbose flags.


Nested Class Summary
static class Verbose.Printer
           
 
Constructor Summary
Verbose()
           
 
Method Summary
static Verbose.Printer getVerbosePrinter(java.lang.String category)
           
static void setVerbose(java.lang.String category, boolean on)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

Verbose

public Verbose()
Method Detail

getVerbosePrinter

public static Verbose.Printer getVerbosePrinter(java.lang.String category)

setVerbose

public static void setVerbose(java.lang.String category,
                              boolean on)