RichFaces Core API 4.3.1.CR1

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.3.1.CR1

Copyright © 2013 JBoss by Red Hat. All Rights Reserved.