gov.nasa.pds.report.util
Class Debugger

java.lang.Object
  extended by gov.nasa.pds.report.util.Debugger

public class Debugger
extends Object

Simple debug class to help track functions at runtime

Author:
jpadams

Field Summary
static boolean debugFlag
           
 
Constructor Summary
Debugger()
           
 
Method Summary
static void debug(String msg)
          Simple output method
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

debugFlag

public static boolean debugFlag
Constructor Detail

Debugger

public Debugger()
Method Detail

debug

public static void debug(String msg)
Simple output method

Parameters:
msg -


Copyright © 2010–2014 Planetary Data System. All rights reserved.