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