org.ow2.util.log
Class LogFactory
java.lang.Object
org.ow2.util.log.LogFactory
public final class LogFactory
- extends Object
This factory delegates to the JDK logger.
Then, this logger is wrapped into an OW2 logger.
- Author:
- Florent Benoit
|
Method Summary |
static Log |
getLog(Class<?> clazz)
Factory method used to return a logger. |
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
getLog
public static Log getLog(Class<?> clazz)
- Factory method used to return a logger.
- Parameters:
clazz - a class used as a key for the logger
- Returns:
- an EasyBeans logger.
Copyright © 2007-2012 OW2 Consortium. All Rights Reserved.