com.threecoffee.util
Class Logger

java.lang.Object
  extended by com.threecoffee.util.Logger

public class Logger
extends java.lang.Object

Provides an error-logging facility.

Author:
Divyansh Prakash

Constructor Summary
Logger()
           
 
Method Summary
static void log(java.lang.Exception e)
          Writes the error details into the util/log.txt file
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

Logger

public Logger()
Method Detail

log

public static void log(java.lang.Exception e)
Writes the error details into the util/log.txt file