public abstract class AbstractLoggableObject extends Object
Modifier and Type | Field and Description |
---|---|
private org.slf4j.Logger |
logger |
Constructor and Description |
---|
AbstractLoggableObject()
The constructor.
|
AbstractLoggableObject(org.slf4j.Logger logger)
The constructor.
|
Modifier and Type | Method and Description |
---|---|
protected org.slf4j.Logger |
getLogger()
This method gets the
logger for this object. |
public AbstractLoggableObject()
public AbstractLoggableObject(org.slf4j.Logger logger)
logger
- is the logger
.Copyright © 2001–2016 mmm-Team. All rights reserved.