org.springframework.context.event
public class: ConsoleListener [javadoc |
source]
java.lang.Object
org.springframework.context.event.ConsoleListener
All Implemented Interfaces:
ApplicationListener
Simple listener for debug use only that logs messages
to the console.
Note: The ApplicationContext implementations included
in the framework do quite heavy debug-level logging via
Log4J, including published events. Thus, this listener
isn't necessary for debug logging.
- author:
Rod - Johnson
- since:
January - 21, 2001