NextApp Echo3
v3.0.b4

nextapp.echo.app.util
Class Log

java.lang.Object
  extended by nextapp.echo.app.util.Log

public class Log
extends java.lang.Object

Trivial internal logging for Echo framework, dumps messages to System.err. Not currently intended for use by applications.


Method Summary
static void log(java.lang.String message)
          Writes a message to the log.
static void log(java.lang.String message, java.lang.Throwable t)
          Writes a message and exception to the log.
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Method Detail

log

public static void log(java.lang.String message)
Writes a message to the log.

Parameters:
message - the message

log

public static void log(java.lang.String message,
                       java.lang.Throwable t)
Writes a message and exception to the log.

Parameters:
message - the message
t - the exception

NextApp Echo3
v3.0.b4