ecologylab.generic
Class ConsoleUtils

java.lang.Object
  extended by ecologylab.generic.Debug
      extended by ecologylab.generic.ConsoleUtils

public class ConsoleUtils
extends Debug

Little group of utilities for making console debugging a little easier.

Author:
blake

Constructor Summary
ConsoleUtils()
           
 
Method Summary
static void obtrusiveConsoleOutput(java.lang.String outputMessage)
           
static void obtrusiveConsoleOutput(java.lang.String outputMessage, boolean stdErr)
           
 
Methods inherited from class ecologylab.generic.Debug
classSimpleName, closeLoggingFile, debug, debug, debug, debug, debugA, debugA, debugA, debugI, debugI, debugI, error, error, getClassName, getClassName, getInteractive, getPackageName, getPackageName, getPackageName, initialize, level, level, level, logToFile, print, print, println, println, println, println, println, println, printlnA, printlnA, printlnA, printlnI, printlnI, printlnI, printlnI, setLoggingFile, show, show, superString, toggleInteractive, toString, toString, warning, warning, weird, weird
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Constructor Detail

ConsoleUtils

public ConsoleUtils()
Method Detail

obtrusiveConsoleOutput

public static void obtrusiveConsoleOutput(java.lang.String outputMessage,
                                          boolean stdErr)

obtrusiveConsoleOutput

public static void obtrusiveConsoleOutput(java.lang.String outputMessage)