Samples JDK
package-info.java
1 /**
2  * \brief Log4j uses dot notation to build logger hierarchy.
3  *
4  * <p>
5  * log4j uses a hierarchy of loggers. Log messages are send to all the ancestors's appenders.
6  * See image for logger hierarchy details.
7  * </p>
8  */
9 package com.freemindcafe.apache.log4j.sample2;