cyvis.cli.util
Class LogFactory

java.lang.Object
  extended by cyvis.cli.util.LogFactory

public class LogFactory
extends Object

Takes care of the cyvis logging needs.All the logging is done through this object


Method Summary
static Logger getLogger(String className)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Method Detail

getLogger

public static Logger getLogger(String className)
Parameters:
className - the class the requests the log.
Returns:
Logger object