public abstract class AbstractLoggingBean extends Object
| Modifier and Type | Field and Description |
|---|---|
protected org.slf4j.Logger |
log |
| Modifier | Constructor and Description |
|---|---|
protected |
AbstractLoggingBean()
Default constructor - creates a logger using the full class name
|
protected |
AbstractLoggingBean(String discriminator)
Create a logger for instances of the same class for which we might want to have a "discriminator" for
them
|
| Modifier and Type | Method and Description |
|---|---|
protected SimplifiedLog |
getSimplifiedLogger() |
protected AbstractLoggingBean()
protected AbstractLoggingBean(String discriminator)
discriminator - The discriminator value - ignored if null or emptyprotected SimplifiedLog getSimplifiedLogger()
Copyright © 2018–2020 The Apache Software Foundation. All rights reserved.