org.jcrontab.log
Class Log

java.lang.Object
  |
  +--org.jcrontab.log.Log

public class Log
extends java.lang.Object

This class helps the testing process to make easier testing

Version:
$Revision: 1.2 $
Author:
$Author: iolalla $

Field Summary
static Logger logger
           
 
Constructor Summary
Log()
           
 
Method Summary
static void debug(java.lang.String message)
          This method reports a debug level message to the log
static void error(java.lang.String message, java.lang.Throwable t)
          This method reports an Exception or Error message to the log
static void info(java.lang.String message)
          This method reports a info level message to the log
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

logger

public static Logger logger
Constructor Detail

Log

public Log()
Method Detail

info

public static void info(java.lang.String message)
This method reports a info level message to the log


error

public static void error(java.lang.String message,
                         java.lang.Throwable t)
This method reports an Exception or Error message to the log


debug

public static void debug(java.lang.String message)
This method reports a debug level message to the log