org.ow2.util.log
Class LogFactory

java.lang.Object
  extended by org.ow2.util.log.LogFactory

public final class LogFactory
extends java.lang.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(java.lang.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
 

Method Detail

getLog

public static Log getLog(java.lang.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-2009 OW2 Consortium. All Rights Reserved.