RichFaces Core API 4.1.0.20110805-M1

org.richfaces.log
Class LogFactory

java.lang.Object
  extended by org.richfaces.log.LogFactory

public final class LogFactory
extends Object

This class produces loggers used by whole RichFaces library.

Author:
asmirnov@exadel.com

Method Summary
static Logger getLogger()
          

This method creates default logger.

static Logger getLogger(Class<?> clazz)
           
static Logger getLogger(String category)
          

This method produces logger instance for given category.

 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Method Detail

getLogger

public static Logger getLogger()

This method creates default logger.

Returns:

getLogger

public static Logger getLogger(String category)

This method produces logger instance for given category.

Parameters:
category -
Returns:

getLogger

public static Logger getLogger(Class<?> clazz)

RichFaces Core API 4.1.0.20110805-M1

Copyright © 2011 JBoss, a division of Red Hat, Inc.. All Rights Reserved.