com.fatwire.gst.foundation.facade.logging
Class LogUtil
java.lang.Object
com.fatwire.gst.foundation.facade.logging.LogUtil
public class LogUtil
- extends Object
Utility class for Loggers.
- Author:
- Dolf Dijkstra
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 |
LogUtil
public LogUtil()
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.