|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||
| Packages that use Logger | |
|---|---|
| org.jboss.solder.logging | Solder integrates with JBoss Logging 3 to provide injectable native loggers or typed message loggers (suitable for internationalization and localization) while still offering a choice of logging backend |
| Uses of Logger in org.jboss.solder.logging |
|---|
| Methods in org.jboss.solder.logging that return Logger | |
|---|---|
static Logger |
Logger.getLogger(Class<?> clazz)
Get a Logger instance given the name of a class. |
static Logger |
Logger.getLogger(Class<?> clazz,
String suffix)
Get a Logger instance given the name of a class with the given suffix. |
static Logger |
Logger.getLogger(String name)
Get a Logger instance given the logger name. |
static Logger |
Logger.getLogger(String name,
String suffix)
Get a Logger instance given the logger name with the given suffix. |
|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||