public final class LogFactory extends Object
This class produces loggers used by whole RichFaces library.
Modifier and Type | Method and Description |
---|---|
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. |
Copyright © 2015 JBoss by Red Hat. All Rights Reserved.