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
|
protected AbstractLoggingBean()
protected AbstractLoggingBean(String discriminator)
discriminator - The discriminator valueCopyright © 2008–2015 The Apache Software Foundation. All rights reserved.