org.hibernate.search.util.logging.impl
Class LoggerFactory

java.lang.Object
  extended by org.hibernate.search.util.logging.impl.LoggerFactory

public final class LoggerFactory
extends Object

A factory class for class loggers. Allows a creation of loggers after the DRY principle.

Author:
Hardy Ferentschik

Method Summary
static Log make()
           
static
<T> T
make(Class<T> logClass)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Method Detail

make

public static Log make()

make

public static <T> T make(Class<T> logClass)


Copyright © 2006–2013 Hibernate. All rights reserved.