admin@glassfish.java.net

CLICommand logger

From: Bill Shannon <bill.shannon_at_Oracle.com>
Date: Fri, 13 Aug 2010 15:38:51 -0700

One of the things that's always bothered me is that local asadmin commands
(subclassing CLICommand) use a completely different logging mechanism
(CLILogger) from that used for classes in the server. I'd like to change
that.

I'd like to get rid of CLILogger and let classes use a normal Logger to
log output. Don't worry, I'll change all the existing classes.

Does anyone object if I make this change?