org.apache.pivot.util
Class Console

java.lang.Object
  extended by org.apache.pivot.util.Console

public class Console
extends Object

Utility class for a simple log to the console, for example from scripts.


Method Summary
static void log(String message)
           
static void log(Throwable t)
           
static void logError(String message)
           
static void logExceptionMessage(Throwable t)
           
static void logOutput(String message)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Method Detail

log

public static final void log(String message)

log

public static final void log(Throwable t)

logExceptionMessage

public static final void logExceptionMessage(Throwable t)

logOutput

public static final void logOutput(String message)

logError

public static final void logError(String message)