|
Spring for Apache Hadoop | ||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
java.lang.Objectorg.springframework.data.hadoop.store.event.LoggingListener
public class LoggingListener
Simple ApplicationListener which logs all events based on
AbstractStoreEvent using a log level set during the construction.
| Constructor Summary | |
|---|---|
LoggingListener()
Constructs Logger listener with debug level. |
|
LoggingListener(java.lang.String level)
Constructs Logger listener with given level. |
|
| Method Summary | |
|---|---|
void |
onApplicationEvent(AbstractStoreEvent event)
|
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
|---|
public LoggingListener()
public LoggingListener(java.lang.String level)
level - the level string| Method Detail |
|---|
public void onApplicationEvent(AbstractStoreEvent event)
onApplicationEvent in interface org.springframework.context.ApplicationListener<AbstractStoreEvent>
|
Spring for Apache Hadoop | ||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||