Modifier and Type | Method and Description |
---|---|
static Logger |
Logger.getI18nLogger(Class<?> clazz,
String resourceBundleName)
Get a logger instance with the given name using the given resource bundle (if supported by the underlying
framework).
|
static Logger |
Logger.getI18nLogger(String name,
String resourceBundleName)
Get a logger instance with the given name using the given resource bundle (if supported by the underlying
framework).
|
Logger |
AbstractLoggerPluginInstance.getLogger()
Get the logger API instance associated with this plugin instance.
|
Logger |
LoggerPluginInstance.getLogger()
Get the logger API instance associated with this plugin instance.
|
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 © 2013 JBoss, a division of Red Hat, Inc.. All Rights Reserved.