public final class LogFactory extends Object
This class produces loggers used by whole RichFaces library.
static Logger
getLogger()
This method creates default logger.
getLogger(Class<?> clazz)
getLogger(String category)
This method produces logger instance for given category.
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
public static Logger getLogger()
public static Logger getLogger(String category)
category
public static Logger getLogger(Class<?> clazz)
Copyright © 2015 JBoss by Red Hat. All Rights Reserved.