com.fatwire.gst.foundation.facade.logging
Class LogUtil

java.lang.Object
  extended by com.fatwire.gst.foundation.facade.logging.LogUtil

public class LogUtil
extends Object

Utility class for Loggers.

Author:
Dolf Dijkstra

Constructor Summary
LogUtil()
           
 
Method Summary
static Log getLog(Class<?> clazz)
          Returns the Log for the provided class based on the package name of the class.
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

LogUtil

public LogUtil()
Method Detail

getLog

public static Log getLog(Class<?> clazz)
Returns the Log for the provided class based on the package name of the class.

Parameters:
clazz -
Returns:
the logger with the name of the package of the clazz.


Copyright © 2010-2013 Oracle Corporation. All Rights Reserved.