|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||
| Packages that use Logger | |
|---|---|
| org.jboss.logging | Seam Solder integrates with JBoss Logging 3 to provide native and typed injectable loggers and choice of logging backend. |
| Uses of Logger in org.jboss.logging |
|---|
| Methods in org.jboss.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. |
Logger |
LoggerProvider.getLogger(String 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 | |||||||||