|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object net.sourceforge.domian.util.slf4j.AbstractLoggingObject
public abstract class AbstractLoggingObject
A SLF4J logger instance is provided in this class.
It is lazily obtained through the getLogger()
method.
Field Summary | |
---|---|
private org.slf4j.Logger |
logger
|
Constructor Summary | |
---|---|
AbstractLoggingObject()
|
Method Summary | |
---|---|
private org.slf4j.Logger |
createAndCacheLogger()
|
protected org.slf4j.Logger |
getLogger()
Lazily retrieval of the Logger member. |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Field Detail |
---|
private transient volatile org.slf4j.Logger logger
Constructor Detail |
---|
public AbstractLoggingObject()
Method Detail |
---|
private org.slf4j.Logger createAndCacheLogger()
protected org.slf4j.Logger getLogger()
Logger
member.
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |