Logging question.

infectedrhytms infectedrhythms at hotmail.com
Wed Mar 17 16:14:39 EDT 2010


Sorry if my question sounded stupid. But the only way I found out that I can
even use Log4j with Netty was Google which just pointed me to the
http://www.jboss.org/file-access/default/members/netty/freezone/api/3.1/index.html

Anyways with I figured it out: InternalLoggerFactory.setDefaultFactory(new
Log4JLoggerFactory());


My questions are as follows...

1- Does it matter where the LoggingHandler is added in the pipeline?
2- Can we record more then just events. What if there some sort of exception
that happens internally to netty can that be logged?
-- 
View this message in context: http://n2.nabble.com/Logging-question-tp4751340p4752757.html
Sent from the Netty User Group mailing list archive at Nabble.com.


More information about the netty-users mailing list