Package | Description |
---|---|
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
|
Modifier and Type | Method and Description |
---|---|
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.
|
Copyright © 2012 Seam Framework. All Rights Reserved.