Modifier and Type | Field and Description |
---|---|
protected Logger |
DelegatingBasicLogger.log
The delegate logger.
|
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.
|
Logger |
LoggerProvider.getLogger(String name)
Returns a logger which is backed by a logger from the log provider.
|
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.
|
Constructor and Description |
---|
DelegatingBasicLogger(Logger log)
Construct a new instance.
|
Copyright © 2019 JBoss by Red Hat. All rights reserved.